VTK
Classes | Public Member Functions
VrmlNodeType Class Reference

#include <vtkVRMLImporter_Yacc.h>

List of all members.

Classes

struct  FieldRec
struct  NameTypeRec

Public Member Functions

 VrmlNodeType (const char *nm)
 ~VrmlNodeType ()
void addEventIn (const char *name, int type)
void addEventOut (const char *name, int type)
void addField (const char *name, int type)
void addExposedField (const char *name, int type)
int hasEventIn (const char *name) const
int hasEventOut (const char *name) const
int hasField (const char *name) const
int hasExposedField (const char *name) const
const char * getName () const
void * operator new (size_t n)
void operator delete (void *vtkNotUsed(ptr))

Detailed Description

Definition at line 55 of file vtkVRMLImporter_Yacc.h.


Constructor & Destructor Documentation

VrmlNodeType::VrmlNodeType ( const char *  nm)

Definition at line 342 of file vtkVRMLImporter_Yacc.h.

Definition at line 350 of file vtkVRMLImporter_Yacc.h.


Member Function Documentation

void VrmlNodeType::addEventIn ( const char *  name,
int  type 
)

Definition at line 375 of file vtkVRMLImporter_Yacc.h.

void VrmlNodeType::addEventOut ( const char *  name,
int  type 
)

Definition at line 380 of file vtkVRMLImporter_Yacc.h.

void VrmlNodeType::addField ( const char *  name,
int  type 
)

Definition at line 385 of file vtkVRMLImporter_Yacc.h.

void VrmlNodeType::addExposedField ( const char *  name,
int  type 
)

Definition at line 390 of file vtkVRMLImporter_Yacc.h.

int VrmlNodeType::hasEventIn ( const char *  name) const

Definition at line 410 of file vtkVRMLImporter_Yacc.h.

int VrmlNodeType::hasEventOut ( const char *  name) const

Definition at line 415 of file vtkVRMLImporter_Yacc.h.

int VrmlNodeType::hasField ( const char *  name) const

Definition at line 420 of file vtkVRMLImporter_Yacc.h.

int VrmlNodeType::hasExposedField ( const char *  name) const

Definition at line 425 of file vtkVRMLImporter_Yacc.h.

const char* VrmlNodeType::getName ( ) const [inline]

Definition at line 75 of file vtkVRMLImporter_Yacc.h.

void* VrmlNodeType::operator new ( size_t  n) [inline]

Definition at line 77 of file vtkVRMLImporter_Yacc.h.

void VrmlNodeType::operator delete ( void *  vtkNotUsedptr) [inline]

Definition at line 82 of file vtkVRMLImporter_Yacc.h.


The documentation for this class was generated from the following file: