16 #ifndef vtkSMDoubleMapPropertyIterator_h 17 #define vtkSMDoubleMapPropertyIterator_h 19 #include "vtkPVServerManagerCoreModule.h" 23 class vtkSMDoubleMapPropertyIteratorInternals;
30 void PrintSelf(ostream& os, vtkIndent indent);
43 virtual int IsAtEnd();
51 virtual vtkIdType GetKey();
55 virtual double GetElementComponent(
unsigned int component);
66 vtkSMDoubleMapPropertyIteratorInternals* Internals;
void PrintSelf(ostream &os, vtkIndent indent)
a map property storing double values
superclass for most server manager classes
static vtkSMObject * New()