4 #ifndef pqDataRepresentation_h 5 #define pqDataRepresentation_h 9 class pqDataRepresentationInternal;
31 pqServer* server, QObject* parent =
nullptr);
74 bool getDataBounds(
double bounds[6]);
84 virtual std::vector<vtkSMProxy*> getLookupTableProxies(
85 int selectedPropertiesType = 0 )
const;
86 virtual vtkSMProxy* getLookupTableProxy(
int selectedPropertiesType = 0 )
const;
97 int selectedPropertiesType = 0 )
const;
103 unsigned long getFullResMemorySize();
124 void colorTransferFunctionModified();
125 void blockColorTransferFunctionModified();
134 void colorArrayNameModified();
135 void blockColorArrayNameModified();
143 void attrArrayNameModified();
148 void representationTypeModified();
153 void useSeparateOpacityArrayModified();
158 void useTransfer2DModified();
165 virtual void updateLookupTable();
167 virtual void resetAllTransferFunctionRangesUsingCurrentData();
179 virtual void onInputChanged();
189 this->Superclass::initialize();
190 this->onInputChanged();
196 pqDataRepresentationInternal* Internal;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
pqScalarsToColors is a represents a vtkScalarsToColors proxy.
This is PQ representation for a single representation.
virtual void onVisibilityChanged()
called when the display visibility property changes.
proxy for a VTK object(s) on a server
PQ representation for a vtkSMProxy that can be involved in a pipeline.
void initialize() override
Use this method to initialize the pqObject state using the underlying vtkSMProxy. ...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...