|
void | Compute () override |
| Calculate area of. More...
|
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual void | ClearValue (ComputationResult computationResult=NoChange) |
|
virtual void | Copy (vtkMRMLMeasurement *aEntry) |
| Copy one type into another (deep copy) More...
|
|
virtual void | EnabledOff () |
|
virtual void | EnabledOn () |
|
std::string | GetAsString () |
| Get content of the object as a single machine-readable string. More...
|
|
virtual vtkDoubleArray * | GetControlPointValues () |
|
virtual vtkCodedEntry * | GetDerivationCode () |
|
virtual std::string | GetDescription () |
| Informal description of the measurement. More...
|
|
virtual bool | GetEnabled () |
|
vtkMRMLNode * | GetInputMRMLNode () |
| Get input MRML node used for calculating the measurement. More...
|
|
virtual int | GetLastComputationResult () |
| Get last computation result. More...
|
|
const char * | GetLastComputationResultAsPrintableString () |
| Get last computation result as human-readable string. More...
|
|
virtual vtkCodedEntry * | GetMethodCode () |
|
virtual std::string | GetName () |
| Measurement name. More...
|
|
virtual std::string | GetPrintFormat () |
| Formatting string for displaying measurement value and units. More...
|
|
virtual vtkCodedEntry * | GetQuantityCode () |
|
virtual std::string | GetUnits () |
| Measurement unit. More...
|
|
virtual vtkCodedEntry * | GetUnitsCode () |
|
virtual double | GetValue () |
| Measured quantity value. More...
|
|
virtual bool | GetValueDefined () |
| Value defined flag (whether a computed value has been set or not) More...
|
|
std::string | GetValueWithUnitsAsPrintableString () |
| Get measurement value and units as a single human-readable string. More...
|
|
virtual void | Initialize () |
| Reset state of object. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | SetControlPointValues (vtkDoubleArray *inputValues) |
| Set the per-control point measurement values. More...
|
|
void | SetDerivationCode (vtkCodedEntry *entry) |
| Copy content of coded entry. More...
|
|
virtual void | SetDescription (std::string) |
|
virtual void | SetEnabled (bool) |
| Enabled. More...
|
|
bool | SetFromString (const std::string &content) |
|
void | SetInputMRMLNode (vtkMRMLNode *node) |
| Set input MRML node used for calculating the measurement. More...
|
|
void | SetMethodCode (vtkCodedEntry *entry) |
| Copy content of coded entry. More...
|
|
virtual void | SetName (std::string) |
|
virtual void | SetPrintFormat (std::string) |
|
void | SetQuantityCode (vtkCodedEntry *entry) |
| Copy content of coded entry. More...
|
|
virtual void | SetUnits (std::string) |
|
void | SetUnitsCode (vtkCodedEntry *entry) |
| Copy content of coded entry. More...
|
|
void | SetValue (double value) |
|
void | SetValue (double value, const std::string &units, const std::string &printFormat, int lastComputationResult) |
|