VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs
vtk3DS.h File Reference
#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.

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
 

Macro Definition Documentation

#define VTK_LIST_INSERT (   root,
  node 
)    list_insert ((vtk3DSList **)&root, reinterpret_cast<vtk3DSList *>(node))

Definition at line 25 of file vtk3DS.h.

#define VTK_LIST_FIND (   root,
  name 
)    list_find ((vtk3DSList **)&root, name)

Definition at line 26 of file vtk3DS.h.

#define VTK_LIST_DELETE (   root,
  node 
)    list_delete ((vtk3DSList **)&root, (vtk3DSList *)node)

Definition at line 27 of file vtk3DS.h.

#define VTK_LIST_KILL (   root)    list_kill ((vtk3DSList **)&root)

Definition at line 28 of file vtk3DS.h.

#define VTK_LIST_FIELDS
Value:
char name[80]; \
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
GLuint const GLchar * name
Definition: vtkgl.h:11983

Definition at line 30 of file vtk3DS.h.

Typedef Documentation

typedef float vtk3DSVector[3]

Definition at line 20 of file vtk3DS.h.

typedef unsigned char byte

Definition at line 35 of file vtk3DS.h.

typedef unsigned short word

Definition at line 36 of file vtk3DS.h.

typedef unsigned int dword

Definition at line 37 of file vtk3DS.h.