|
GoPxL SDK
|
Public Member Functions | |
| void | Deserialize (kSerializer serializer) |
| Deserialize the graphics object. More... | |
| GoGraphics ()=default | |
| Constructs GoGraphics. More... | |
| const GoLabel & | LabelAt (k32u index) const |
| Get the specified label in the labels list. More... | |
| const size_t | LabelCount () const |
| Get the number of labels in the graphics object. More... | |
| const GoLineSet & | LineSetAt (k32u index) const |
| Get the specified line set item in the line set list. More... | |
| const size_t | LineSetCount () const |
| Get the number of line set items in the graphics object. More... | |
| const GoPlane & | PlaneAt (k32u index) const |
| Get the specified plane in the planes list. More... | |
| const size_t | PlaneCount () const |
| Get the number of planes in the graphics object. More... | |
| const GoPointSet & | PointSetAt (k32u index) const |
| Get the specified point set item in the point set list. More... | |
| const size_t | PointSetCount () const |
| Get the number of point set items in the graphics object. More... | |
| const GoPosition & | PositionAt (k32u index) const |
| Get the specified position in the positions list. More... | |
| const size_t | PositionCount () const |
| Get the number of positions in the graphics object. More... | |
| const GoRay & | RayAt (k32u index) const |
| Get the specified ray in the rays list. More... | |
| const size_t | RayCount () const |
| Get the number of rays in the graphics object. More... | |
| const GoRegion & | RegionAt (k32u index) const |
| Get the specified graphics region in the region list. More... | |
| const size_t | RegionCount () const |
| Get the number of graphics regions in the graphics object. More... | |
| ~GoGraphics ()=default | |
Friends | |
| class | ::GoGdpMsgTests |