|
GTXclient C++ API
GTXserver-16.0.2
|
Class for handling a Wireframe System. More...
#include <GTXWireframeSystem.hpp>
Public Member Functions | |
| GTXWireframeSystem () | |
| Empty Constructor. | |
| GTXWireframeSystem (const GTXWireframeSystem &wiresys) | |
| Copy Constructor. | |
| GTXWireframeSystem | operator= (const GTXWireframeSystem &wiresys) |
| Operator equals. | |
| ~GTXWireframeSystem () | |
| Destructor. | |
| int | GetWireframesNumber () const |
| Get the number of Wireframes Number of a Wireframe System. More... | |
| GTXWireframe | GetWireframe (int rank) const |
| Return one wireframe of a Wireframe System. More... | |
| void | AddWireframe (const GTXWireframe &wire) |
| add a Wireframe to a Wireframe System More... | |
Friends | |
| class | GTXClient |
Class for handling a Wireframe System.
| void GTXWireframeSystem::AddWireframe | ( | const GTXWireframe & | wire | ) |
add a Wireframe to a Wireframe System
This function adds a Wireframe to a Wireframe System
| wire | Wireframe |
| GTXWireframe GTXWireframeSystem::GetWireframe | ( | int | rank | ) | const |
Return one wireframe of a Wireframe System.
This function reads the n'th wireframe of a Wireframe System
| rank | Rank of the wireframe (between 0 and n_wireframes-1) |
| GTXError |
| int GTXWireframeSystem::GetWireframesNumber | ( | ) | const |
Get the number of Wireframes Number of a Wireframe System.
This function reads the number of Wireframes Number from a Wireframe System