MAIA bb96820c
Multiphysics at AIA
|
#include <geometryproperty.h>
Public Member Functions | |
GeometryProperty () | |
~GeometryProperty () | |
MInt | count () |
MString * | asString () |
MInt * | asInt () |
MFloat * | asFloat () |
VariableType | type () |
void | clear () |
MString * | asString (MInt index) |
MInt * | asInt (MInt index) |
MFloat * | asFloat (MInt index) |
Public Attributes | |
VariableType | propertyType |
MInt | elements |
MString | name |
MInt | segmentId |
MString * | stringField |
MFloat * | floatField |
MInt * | intField |
Definition at line 13 of file geometryproperty.h.
GeometryProperty::GeometryProperty | ( | ) |
Definition at line 42 of file geometryproperty.cpp.
GeometryProperty::~GeometryProperty | ( | ) |
Definition at line 13 of file geometryproperty.cpp.
MFloat * GeometryProperty::asFloat | ( | ) |
Definition at line 68 of file geometryproperty.cpp.
Definition at line 90 of file geometryproperty.cpp.
MInt * GeometryProperty::asInt | ( | ) |
Definition at line 63 of file geometryproperty.cpp.
Definition at line 80 of file geometryproperty.cpp.
MString * GeometryProperty::asString | ( | ) |
Definition at line 58 of file geometryproperty.cpp.
Definition at line 70 of file geometryproperty.cpp.
void GeometryProperty::clear | ( | ) |
Definition at line 19 of file geometryproperty.cpp.
MInt GeometryProperty::count | ( | ) |
Definition at line 53 of file geometryproperty.cpp.
VariableType GeometryProperty::type | ( | ) |
Definition at line 47 of file geometryproperty.cpp.
MInt GeometryProperty::elements |
Definition at line 28 of file geometryproperty.h.
MFloat* GeometryProperty::floatField |
Definition at line 32 of file geometryproperty.h.
MInt* GeometryProperty::intField |
Definition at line 33 of file geometryproperty.h.
MString GeometryProperty::name |
Definition at line 29 of file geometryproperty.h.
VariableType GeometryProperty::propertyType |
Definition at line 27 of file geometryproperty.h.
MInt GeometryProperty::segmentId |
Definition at line 30 of file geometryproperty.h.
MString* GeometryProperty::stringField |
Definition at line 31 of file geometryproperty.h.