#include "vtkObject.h"


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 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.
1.5.6