4 #ifndef pqDataRepresentation_h
5 #define pqDataRepresentation_h
9 class pqDataRepresentationInternal;
31 pqServer* server, QObject* parent =
nullptr);
74 bool getDataBounds(
double bounds[6]);
94 unsigned long getFullResMemorySize();
114 void colorTransferFunctionModified();
121 void colorArrayNameModified();
128 void attrArrayNameModified();
133 void representationTypeModified();
138 void useSeparateOpacityArrayModified();
143 void useTransfer2DModified();
150 virtual void updateLookupTable();
152 virtual void resetAllTransferFunctionRangesUsingCurrentData();
164 virtual void onInputChanged();
174 this->Superclass::initialize();
175 this->onInputChanged();
181 pqDataRepresentationInternal* Internal;