VTK  9.3.20240416
Classes | Public Member Functions | List of all members
VrmlNodeType Class Reference

#include <vtkVRMLImporter_Yacc.h>

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 47 of file vtkVRMLImporter_Yacc.h.

Constructor & Destructor Documentation

◆ VrmlNodeType()

VrmlNodeType::VrmlNodeType ( const char *  nm)
inline

Definition at line 335 of file vtkVRMLImporter_Yacc.h.

◆ ~VrmlNodeType()

VrmlNodeType::~VrmlNodeType ( )
inline

Definition at line 343 of file vtkVRMLImporter_Yacc.h.

Member Function Documentation

◆ addEventIn()

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

Definition at line 368 of file vtkVRMLImporter_Yacc.h.

◆ addEventOut()

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

Definition at line 373 of file vtkVRMLImporter_Yacc.h.

◆ addField()

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

Definition at line 378 of file vtkVRMLImporter_Yacc.h.

◆ addExposedField()

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

Definition at line 383 of file vtkVRMLImporter_Yacc.h.

◆ hasEventIn()

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

Definition at line 404 of file vtkVRMLImporter_Yacc.h.

◆ hasEventOut()

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

Definition at line 409 of file vtkVRMLImporter_Yacc.h.

◆ hasField()

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

Definition at line 414 of file vtkVRMLImporter_Yacc.h.

◆ hasExposedField()

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

Definition at line 419 of file vtkVRMLImporter_Yacc.h.

◆ getName()

const char* VrmlNodeType::getName ( ) const
inline

Definition at line 67 of file vtkVRMLImporter_Yacc.h.

◆ operator new()

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

Definition at line 69 of file vtkVRMLImporter_Yacc.h.

◆ operator delete()

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

Definition at line 74 of file vtkVRMLImporter_Yacc.h.


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