#include <scilab/modules/graphics/includes/ObjectStructure.h>
Collaboration diagram for _Vertices:

Data Fields | |
| int | value_xm |
| int | value_ym |
| double | value_x |
| double | value_y |
| double | value_z |
| _Vertices * | pNext |
Definition at line 198 of file ObjectStructure.h.
Definition at line 200 of file ObjectStructure.h.
Referenced by GetVerticesAt(), and Store3DPixelValues().
Definition at line 201 of file ObjectStructure.h.
Referenced by GetVerticesAt(), and Store3DPixelValues().
| double _Vertices::value_x |
Definition at line 202 of file ObjectStructure.h.
Referenced by GetVerticesAt(), SetMinMaxVertices(), and Store3DPixelValues().
| double _Vertices::value_y |
Definition at line 203 of file ObjectStructure.h.
Referenced by GetVerticesAt(), SetMinMaxVertices(), and Store3DPixelValues().
| double _Vertices::value_z |
Definition at line 204 of file ObjectStructure.h.
Referenced by GetVerticesAt(), SetMinMaxVertices(), and Store3DPixelValues().
| struct _Vertices* _Vertices::pNext |
Definition at line 206 of file ObjectStructure.h.
Referenced by FreeVertices(), GetVerticesAt(), RemoveNext(), SetMinMaxVertices(), and Store3DPixelValues().
1.5.1