Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

graphics/vtk3DS.h File Reference

#include <ctype.h>

Include dependency graph for vtk3DS.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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, (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


Define Documentation

#define VTK_LIST_INSERT root,
node       list_insert ((List **)&root, (List *)node)
 

Definition at line 46 of file vtk3DS.h.

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

Definition at line 47 of file vtk3DS.h.

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

Definition at line 48 of file vtk3DS.h.

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

Definition at line 49 of file vtk3DS.h.

#define VTK_LIST_FIELDS
 

Value:

char name[80];   \
    void *next;

Definition at line 51 of file vtk3DS.h.


Typedef Documentation

typedef float Vector[3]
 

Definition at line 43 of file vtk3DS.h.

typedef unsigned char byte
 

Definition at line 56 of file vtk3DS.h.

typedef unsigned short word
 

Definition at line 57 of file vtk3DS.h.

typedef unsigned int dword
 

Definition at line 58 of file vtk3DS.h.


Generated on Wed Nov 21 12:41:24 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001