|
GTXclient C++ API
GTXserver-16.0.2
|
Class for handling Vendor Data. More...
#include <GTXPolygonSystem.hpp>
Public Member Functions | |
| GTXPolygonSystem () | |
| Empty Constructor. | |
| GTXPolygonSystem (const GTXPolygonSystem &fseg) | |
| Copy Constructor. | |
| GTXPolygonSystem | operator= (const GTXPolygonSystem &fseg) |
| Operator equals. | |
| ~GTXPolygonSystem () | |
| Destructor. | |
| bool | GetPolygons2DFlag () const |
| Get flag from Polygones2D attribute of a Polygon System. More... | |
| double | GetMinimumExtensionX () const |
| Get value from MinimumExtensionX attribute of a Polygon System. More... | |
| double | GetMinimumExtensionY () const |
| Get value from MinimumExtensionY attribute of a Polygon System. More... | |
| double | GetMinimumExtensionZ () const |
| Get value from MinimumExtensionZ attribute of a Polygon System. More... | |
| double | GetMaximumExtensionX () const |
| Get value from MaximumExtensionX attribute of a Polygon System. More... | |
| double | GetMaximumExtensionY () const |
| Get value from MaximumExtensionY attribute of a Polygon System. More... | |
| double | GetMaximumExtensionZ () const |
| Get value from MaximumExtensionZ attribute of a Polygon System. More... | |
| gtx_long | GetPolygonsNumber () const |
| Get value from Polygons Number attribute of a Polygon System. More... | |
| GTXPolygon | GetPolygon (int rank) const |
| Get value from Polygons attribute of a Polygon System. More... | |
| void | SetPolygons2DFlag (bool flag) |
| Set flag from Polygons2D attribute of a Polygon System. More... | |
| void | AddPolygon (const GTXPolygon &poly) |
| add Polygon for a Polygon System More... | |
Friends | |
| class | GTXClient |
Class for handling Vendor Data.
| void GTXPolygonSystem::AddPolygon | ( | const GTXPolygon & | poly | ) |
add Polygon for a Polygon System
This function add Polygon of a Polygon System
| poly | Polygon |
| double GTXPolygonSystem::GetMaximumExtensionX | ( | ) | const |
Get value from MaximumExtensionX attribute of a Polygon System.
This function reads the value from MaximumExtensionX attribute of a Polygon System
| double GTXPolygonSystem::GetMaximumExtensionY | ( | ) | const |
Get value from MaximumExtensionY attribute of a Polygon System.
This function reads the value from MaximumExtensionY attribute of a Polygon System
| double GTXPolygonSystem::GetMaximumExtensionZ | ( | ) | const |
Get value from MaximumExtensionZ attribute of a Polygon System.
This function reads the value from MaximumExtensionZ attribute of a Polygon System
| double GTXPolygonSystem::GetMinimumExtensionX | ( | ) | const |
Get value from MinimumExtensionX attribute of a Polygon System.
This function reads the value from MinimumExtensionX attribute of a Polygon System
| double GTXPolygonSystem::GetMinimumExtensionY | ( | ) | const |
Get value from MinimumExtensionY attribute of a Polygon System.
This function reads the value from MinimumExtensionY attribute of a Polygon System
| double GTXPolygonSystem::GetMinimumExtensionZ | ( | ) | const |
Get value from MinimumExtensionZ attribute of a Polygon System.
This function reads the value from MinimumExtensionZ attribute of a Polygon System
| GTXPolygon GTXPolygonSystem::GetPolygon | ( | int | rank | ) | const |
Get value from Polygons attribute of a Polygon System.
This function reads the value from Polygons attribute of a Polygon System
| rank | Rank of the polygon |
| GTXError |
References GetPolygonsNumber().
| bool GTXPolygonSystem::GetPolygons2DFlag | ( | ) | const |
Get flag from Polygones2D attribute of a Polygon System.
This function reads the flag from Polygones2D attribute of a Polygon System
| gtx_long GTXPolygonSystem::GetPolygonsNumber | ( | ) | const |
Get value from Polygons Number attribute of a Polygon System.
This function reads the value from Polygons Number attribute of a Polygon System
Referenced by GetPolygon().
| void GTXPolygonSystem::SetPolygons2DFlag | ( | bool | flag | ) |
Set flag from Polygons2D attribute of a Polygon System.
This function changes the flag from Polygons2D attribute of a Polygon System
| flag | true to make polygons 2D, false to make them 3D (2D polygon + thickness) |