Home
last modified time | relevance | path

Searched refs:GetGenericValue (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLUniforms.cxx35 virtual bool GetGenericValue(std::vector<int>& value) = 0;
36 virtual bool GetGenericValue(std::vector<float>& value) = 0;
114 bool GetGenericValue(std::vector<int>& value) override in GetGenericValue() function in Uniformi
119 bool GetGenericValue(std::vector<float>&) override { return false; } in GetGenericValue() function in Uniformi
127 bool GetGenericValue(std::vector<int>&) override { return false; } in GetGenericValue() function in Uniformf
128 bool GetGenericValue(std::vector<float>& value) override in GetGenericValue() function in Uniformf
446 return uni->GetGenericValue(v); in GetGenericUniformValue()
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dreactionfacade.cpp195 idval = pi->GetGenericValue(); in GetId()
232 val = pi->GetGenericValue(); in IsValid()
248 val = pi->GetGenericValue(); in IsValid()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dtinkerformat.cpp228 int ac = acdata->GetGenericValue(); in WriteMolecule()
H A Dpdbformat.cpp749 occup = occup_fp->GetGenericValue(); in WriteMolecule()
H A Dmdlformat.cpp976 int ac = acdata->GetGenericValue(); in GetNumberedRGroup()
1197 int ac = acdata->GetGenericValue(); in WriteMolecule()
H A Dcifformat.cpp1634 …= (dynamic_cast<OBPairFloatingPoint *> (atom->GetData("_atom_site_occupancy")))->GetGenericValue(); in WriteMolecule()
H A Dsmilesformat.cpp2892 int ac = acdata->GetGenericValue(); in GetSmilesElement()
/dports/science/openbabel/openbabel-3.1.1/src/formats/json/
H A Dpubchemjsonformat.cpp456 val = data->GetGenericValue(); in ReadMolecule()
503 val = data->GetGenericValue(); in ReadMolecule()
855 vector<string> styles = data->GetGenericValue(); in WriteMolecule()
H A Dchemdoodlejsonformat.cpp444 atom.AddMember("p", rapidjson::Value(lp->GetGenericValue()).Move(), al); in WriteMolecule()
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dgeneric.h140 virtual const ValueT &GetGenericValue() const { return(_value); } in GetGenericValue() function
/dports/science/openbabel/openbabel-3.1.1/test/
H A Dtestbindings.py1050 self.assertEqual(6, ob.toPairInteger(data).GetGenericValue())
/dports/science/openbabel/openbabel-3.1.1/src/depict/
H A Ddepict.cpp654 int ac = acdata->GetGenericValue(); in DrawMolecule()
/dports/science/openbabel/openbabel-3.1.1/src/formats/xml/
H A Dcmlformat.cpp1985 int ac = acdata->GetGenericValue(); in MakeAtomIds()
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py1571 OBPairInteger.GetGenericValue = new_instancemethod(_openbabel.OBPairInteger_GetGenericValue, None, …
1583 OBPairFloatingPoint.GetGenericValue = new_instancemethod(_openbabel.OBPairFloatingPoint_GetGenericV…
H A Dopenbabel-python.cpp21226 result = (int *) &((OpenBabel::OBPairTemplate< int > const *)arg1)->GetGenericValue(); in _wrap_OBPairInteger_GetGenericValue()
21269 result = (float *) &((OpenBabel::OBPairTemplate< float > const *)arg1)->GetGenericValue(); in _wrap_OBPairFloatingPoint_GetGenericValue()