|
AnimatLab
2
Test
|
Declares the standard serialize class. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | StdUtils::CStdSerialize |
| Standard serialize class. More... | |
Namespaces | |
| StdUtils | |
| Namespace for the standard utility objects. | |
Functions | |
| std::ostream & | StdUtils::operator<< (std::ostream &oOs, CStdSerialize *lpObj) |
| writes to an output stream More... | |
| std::ostream & | StdUtils::operator<< (std::ostream &oOs, CStdIPoint oPoint) |
| writes to an output stream More... | |
| std::ostream & | StdUtils::operator<< (std::ostream &oOs, CStdLPoint oPoint) |
| writes to an output stream More... | |
| std::ostream & | StdUtils::operator<< (std::ostream &oOs, CStdFPoint oPoint) |
| writes to an output stream More... | |
| std::ostream & | StdUtils::operator<< (std::ostream &oOs, CStdDPoint oPoint) |
| writes to an output stream More... | |
| double | StdUtils::Std_CalculateDistance (CStdIPoint &ptA, CStdIPoint &ptB) |
| Calculates the distance between two points. More... | |
| double | StdUtils::Std_CalculateDistance (CStdLPoint &ptA, CStdLPoint &ptB) |
| Calculates the distance between two points. More... | |
| double | StdUtils::Std_CalculateDistance (CStdFPoint &ptA, CStdFPoint &ptB) |
| Calculates the distance between two points. More... | |
| double | StdUtils::Std_CalculateDistance (CStdDPoint &ptA, CStdDPoint &ptB) |
| Calculates the distance between two points. More... | |
| double | StdUtils::Std_CalculateDistance (float fltX1, float fltY1, float fltZ1, float fltX2, float fltY2, float fltZ2) |
| bool | StdUtils::Std_LoadPoint (CStdXml &oXml, std::string strName, CStdIPoint &oPoint, bool bThrowError) |
| Standard load point. More... | |
| bool | StdUtils::Std_LoadPoint (CStdXml &oXml, std::string strName, CStdLPoint &oPoint, bool bThrowError) |
| Standard load point. More... | |
| bool | StdUtils::Std_LoadPoint (CStdXml &oXml, std::string strName, CStdFPoint &oPoint, bool bThrowError) |
| Standard load point. More... | |
| bool | StdUtils::Std_LoadPoint (CStdXml &oXml, std::string strName, CStdDPoint &oPoint, bool bThrowError) |
| Standard load point. More... | |
| void | StdUtils::Std_LoadPoint (CStdXml &oXml, int iIndex, CStdIPoint &oPoint) |
| Standard load point. More... | |
| void | StdUtils::Std_LoadPoint (CStdXml &oXml, int iIndex, CStdLPoint &oPoint) |
| Standard load point. More... | |
| void | StdUtils::Std_LoadPoint (CStdXml &oXml, int iIndex, CStdFPoint &oPoint) |
| Standard load point. More... | |
| void | StdUtils::Std_LoadPoint (CStdXml &oXml, int iIndex, CStdDPoint &oPoint) |
| Standard load point. More... | |
| void | StdUtils::Std_SavePoint (CStdXml &oXml, std::string strName, CStdIPoint &oPoint) |
| Standard save point. More... | |
| void | StdUtils::Std_SavePoint (CStdXml &oXml, std::string strName, CStdLPoint &oPoint) |
| Standard save point. More... | |
| void | StdUtils::Std_SavePoint (CStdXml &oXml, std::string strName, CStdFPoint &oPoint) |
| Standard save point. More... | |
| void | StdUtils::Std_SavePoint (CStdXml &oXml, std::string strName, CStdDPoint &oPoint) |
| Standard save point. More... | |
Declares the standard serialize class.
Definition in file StdSerialize.h.