|
VTK
|
#include <ctype.h>Go to the source code of this file.
Classes | |
| struct | vtk3DSList |
| struct | vtk3DSFace |
| struct | vtk3DSColour |
| struct | vtk3DSOmniLight |
| struct | vtk3DSSpotLight |
| struct | vtk3DSCamera |
| struct | vtk3DSMaterial |
| struct | vtk3DSSummary |
| struct | vtk3DSMatProp |
| struct | vtk3DSMesh |
| struct | vtk3DSChunk |
| struct | vtk3DSColour_24 |
Macros | |
| #define | VTK_LIST_INSERT(root, node) list_insert ((vtk3DSList **)&root, reinterpret_cast<vtk3DSList *>(node)) |
| #define | VTK_LIST_FIND(root, name) list_find ((vtk3DSList **)&root, name) |
| #define | VTK_LIST_DELETE(root, node) list_delete ((vtk3DSList **)&root, (vtk3DSList *)node) |
| #define | VTK_LIST_KILL(root) list_kill ((vtk3DSList **)&root) |
| #define | VTK_LIST_FIELDS |
Typedefs | |
| typedef float | vtk3DSVector[3] |
| typedef unsigned char | byte |
| typedef unsigned short | word |
| typedef unsigned int | dword |
| #define VTK_LIST_INSERT | ( | root, | |
| node | |||
| ) | list_insert ((vtk3DSList **)&root, reinterpret_cast<vtk3DSList *>(node)) |
| #define VTK_LIST_FIND | ( | root, | |
| name | |||
| ) | list_find ((vtk3DSList **)&root, name) |
| #define VTK_LIST_DELETE | ( | root, | |
| node | |||
| ) | list_delete ((vtk3DSList **)&root, (vtk3DSList *)node) |
| #define VTK_LIST_KILL | ( | root | ) | list_kill ((vtk3DSList **)&root) |
| #define VTK_LIST_FIELDS |
1.8.13