#include <ctype.h>
Include dependency graph for vtk3DS.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | List |
struct | Face |
struct | Colour |
struct | OmniLight |
struct | SpotLight |
struct | Camera |
struct | Material |
struct | Summary |
struct | MatProp |
struct | Mesh |
struct | Chunk |
struct | Colour_24 |
Defines | |
#define | VTK_LIST_INSERT(root, node) list_insert ((List **)&root, reinterpret_cast<List *>(node)) |
#define | VTK_LIST_FIND(root, name) list_find ((List **)&root, name) |
#define | VTK_LIST_DELETE(root, node) list_delete ((List **)&root, (List *)node) |
#define | VTK_LIST_KILL(root) list_kill ((List **)&root) |
#define | VTK_LIST_FIELDS |
Typedefs | |
typedef float | Vector [3] |
typedef unsigned char | byte |
typedef unsigned short | word |
typedef unsigned int | dword |
|
|
|
|
|
|
|
|
|
Value: char name[80]; \ void *next; |
|
|
|
|
|
|
|
|