Home
last modified time | relevance | path

Searched defs:pAmf (Results 1 – 19 of 19) sorted by relevance

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DnComposite.cpp51 bool nComposite::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
67 bool nComposite::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
77 bool nComposite::SetEquation(std::string AmfEquationIn, nAmf* pAmf, std::string* pMessage) in SetEquation()
H A DnTexmap.cpp97 bool nTexmap::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
150 bool nTexmap::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnColor.cpp72 bool nColor::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
89 bool nColor::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnTriangle.cpp74 bool nTriangle::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
108 bool nTriangle::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnEdge.cpp71 bool nEdge::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
90 bool nEdge::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnInstance.cpp67 bool nInstance::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
85 bool nInstance::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnMetadata.cpp70 bool nMetadata::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
93 bool nMetadata::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnNormal.cpp56 bool nNormal::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
67 bool nNormal::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnCoordinates.cpp63 bool nCoordinates::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
74 bool nCoordinates::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnVertex.cpp81 bool nVertex::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
97 bool nVertex::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnVolume.cpp90 bool nVolume::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage, boo… in ReadXML()
131 bool nVolume::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnMesh.cpp59 bool nMesh::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage, bool*… in ReadXML()
84 bool nMesh::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnConstellation.cpp63 bool nConstellation::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessa… in ReadXML()
89 bool nConstellation::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnObject.cpp77 bool nObject::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage, boo… in ReadXML()
105 bool nObject::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnVertices.cpp65 bool nVertices::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage, b… in ReadXML()
90 bool nVertices::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnTexture.cpp80 bool nTexture::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
109 bool nTexture::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
H A DnMaterial.cpp71 bool nMaterial::ReadXML(CXmlStreamRead* pXML, nAmf* pAmf, bool StrictLoad, std::string* pMessage) in ReadXML()
100 bool nMaterial::CheckValid(nAmf* pAmf, bool FixNode, std::string* pMessage) in CheckValid()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DEquation.h38 nAmf* pAmf; variable
H A DMeshSlice.h93 nAmf* pAmf; variable