18 #ifndef itkSpatialObjectProperty_h
19 #define itkSpatialObjectProperty_h
29 #include "ITKSpatialObjectsExport.h"
71 SetColor(
double r,
double g,
double b);
112 SetTagScalarValue(
const std::string & tag,
double value);
114 SetTagStringValue(
const std::string & tag,
const std::string & value);
117 GetTagScalarValue(
const std::string & tag,
double & value)
const;
119 GetTagStringValue(
const std::string & tag, std::string & value)
const;
121 std::map<std::string, double> &
122 GetTagScalarDictionary();
123 const std::map<std::string, double> &
124 GetTagScalarDictionary()
const;
125 std::map<std::string, std::string> &
126 GetTagStringDictionary();
127 const std::map<std::string, std::string> &
128 GetTagStringDictionary()
const;
131 SetTagScalarDictionary(
const std::map<std::string, double> & dict);
133 SetTagStringDictionary(
const std::map<std::string, std::string> & dict);
138 this->PrintSelf(os, 3);
146 PrintSelf(std::ostream & os,
Indent indent)
const;
159 #endif // __SpatialObjectProperty_h