Classes | Defines

dox/Graphics/vtkModelMetadata.h File Reference

#include "vtkObject.h"
Include dependency graph for vtkModelMetadata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkModelMetadata
 This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkUnstructuredGrid. It can pack itself into the field arrays of a vtkUnstructuredGrid, and be unpacked by metadata aware filters and writers later on. More...

Defines

#define myVtkGetMacro(name, type)   virtual type Get##name() const { return this->name; }
#define myVtkGetStringMacro(name)   virtual char* Get##name () const { return this->name; }

Define Documentation

#define myVtkGetMacro (   name,
  type 
)    virtual type Get##name() const { return this->name; }

Definition at line 79 of file vtkModelMetadata.h.

#define myVtkGetStringMacro (   name  )     virtual char* Get##name () const { return this->name; }

Definition at line 81 of file vtkModelMetadata.h.