|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkDiscretizableColorTransferFunction * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Print method for vtkColorTransferFunction.
|
|
void | SetIndexedColorRGB (unsigned int index, const double rgb[3]) |
| Add colors to use when IndexedLookup is true.
|
|
void | SetIndexedColorRGBA (unsigned int index, const double rgba[4]) |
|
void | SetIndexedColor (unsigned int index, double r, double g, double b, double a=1.0) |
|
void | GetIndexedColor (vtkIdType i, double rgba[4]) override |
| Get the "indexed color" assigned to an index.
|
|
void | Build () override |
| Generate discretized lookup table, if applicable.
|
|
const unsigned char * | MapValue (double v) override |
| Map one value through the lookup table and return a color defined as a RGBA unsigned char tuple (4 bytes).
|
|
void | GetColor (double v, double rgb[3]) override |
| Map one value through the lookup table and return the color as an RGB array of doubles between 0 and 1.
|
|
double | GetOpacity (double v) override |
| Return the opacity of a given scalar.
|
|
void | MapScalarsThroughTable2 (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat) override |
| Map a set of scalars through the lookup table.
|
|
void | SetAlpha (double alpha) override |
| Specify an additional opacity (alpha) value to blend with.
|
|
void | SetNanOpacity (double a) override |
| Set the opacity to use when a NaN (not a number) is encountered.
|
|
int | UsingLogScale () override |
| This should return 1 if the subclass is using log scale for mapping scalars to colors.
|
|
vtkIdType | GetNumberOfAvailableColors () override |
| Get the number of available colors for mapping to.
|
|
vtkMTimeType | GetMTime () override |
| Overridden to include the ScalarOpacityFunction's MTime.
|
|
|
int | IsOpaque () override |
| Returns the negation of EnableOpacityMapping.
|
|
int | IsOpaque (vtkAbstractArray *scalars, int colorMode, int component) override |
| Returns the negation of EnableOpacityMapping.
|
|
|
void | SetNumberOfIndexedColors (unsigned int count) |
| Set the number of indexed colors.
|
|
unsigned int | GetNumberOfIndexedColors () |
| Set the number of indexed colors.
|
|
|
virtual void | SetDiscretize (vtkTypeBool) |
| Set if the values are to be mapped after discretization.
|
|
virtual vtkTypeBool | GetDiscretize () |
| Set if the values are to be mapped after discretization.
|
|
virtual void | DiscretizeOn () |
| Set if the values are to be mapped after discretization.
|
|
virtual void | DiscretizeOff () |
| Set if the values are to be mapped after discretization.
|
|
|
virtual void | SetUseLogScale (int useLogScale) |
| Get/Set if log scale must be used while mapping scalars to colors.
|
|
virtual int | GetUseLogScale () |
| Get/Set if log scale must be used while mapping scalars to colors.
|
|
|
virtual void | SetNumberOfValues (vtkIdType) |
| Set the number of values i.e.
|
|
virtual vtkIdType | GetNumberOfValues () |
| Set the number of values i.e.
|
|
|
void | SetNanColor (double r, double g, double b) override |
| Set the color to use when a NaN (not a number) is encountered.
|
|
void | SetNanColor (const double rgb[3]) override |
| Set the color to use when a NaN (not a number) is encountered.
|
|
|
virtual void | SetScalarOpacityFunction (vtkPiecewiseFunction *function) |
| Set/get the opacity function to use.
|
|
virtual vtkPiecewiseFunction * | GetScalarOpacityFunction () const |
| Set/get the opacity function to use.
|
|
|
virtual void | SetEnableOpacityMapping (bool) |
| Enable/disable the usage of the scalar opacity function.
|
|
virtual bool | GetEnableOpacityMapping () |
| Enable/disable the usage of the scalar opacity function.
|
|
virtual void | EnableOpacityMappingOn () |
| Enable/disable the usage of the scalar opacity function.
|
|
virtual void | EnableOpacityMappingOff () |
| Enable/disable the usage of the scalar opacity function.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkColorTransferFunction * | NewInstance () const |
|
void | DeepCopy (vtkScalarsToColors *f) override |
| Copy the contents from another object.
|
|
void | ShallowCopy (vtkColorTransferFunction *f) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Print method for vtkColorTransferFunction.
|
|
int | GetSize () |
| How many nodes define this function?
|
|
void | RemoveAllPoints () |
| Remove all points.
|
|
double * | GetColor (double x) |
| Returns an RGB color for the specified scalar value.
|
|
void | GetColor (double x, double rgb[3]) override |
| Map one value through the lookup table and store the color as an RGB array of doubles between 0 and 1 in the rgb argument.
|
|
const unsigned char * | MapValue (double v) override |
| Map one value through the lookup table.
|
|
int | AdjustRange (double range[2]) |
| Remove all points out of the new range, and make sure there is a point at each end of that range.
|
|
void | BuildFunctionFromTable (double x1, double x2, int size, double *table) |
| Construct a color transfer function from a table.
|
|
double * | GetDataPointer () |
| Returns a pointer to an array of all node values in an interleaved array with the layout [X1, R1, G1, B1, X2, R2, G2, B2, ..., Xn, Rn, Gn, Bn] where n is the number of nodes defining the transfer function.
|
|
void | FillFromDataPointer (int n, double *ptr) |
| Defines the nodes from an array ptr with the layout [X1, R1, G1, B1, X2, R2, G2, B2, ..., Xn, Rn, Gn, Bn] where n is the number of nodes.
|
|
void | MapScalarsThroughTable2 (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement) override |
| Map a set of scalars through the lookup table.
|
|
vtkIdType | GetNumberOfAvailableColors () override |
| Get the number of available colors for mapping to.
|
|
void | GetIndexedColor (vtkIdType idx, double rgba[4]) override |
| Return a color given an integer index.
|
|
int | EstimateMinNumberOfSamples (double const &x1, double const &x2) |
| Estimates the minimum size of a table such that it would correctly sample this function.
|
|
int | AddRGBPoint (double x, double r, double g, double b) |
| Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
|
|
int | AddRGBPoint (double x, double r, double g, double b, double midpoint, double sharpness) |
| Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
|
|
int | AddHSVPoint (double x, double h, double s, double v) |
| Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
|
|
int | AddHSVPoint (double x, double h, double s, double v, double midpoint, double sharpness) |
| Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
|
|
int | RemovePoint (double x) |
| Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
|
|
void | AddRGBSegment (double x1, double r1, double g1, double b1, double x2, double r2, double g2, double b2) |
| Add two points to the function and remove all the points between them.
|
|
void | AddHSVSegment (double x1, double h1, double s1, double v1, double x2, double h2, double s2, double v2) |
| Add two points to the function and remove all the points between them.
|
|
double | GetRedValue (double x) |
| Get the color components individually.
|
|
double | GetGreenValue (double x) |
| Get the color components individually.
|
|
double | GetBlueValue (double x) |
| Get the color components individually.
|
|
int | GetNodeValue (int index, double val[6]) |
| For the node specified by index, set/get the location (X), R, G, and B values, midpoint, and sharpness values at the node.
|
|
int | SetNodeValue (int index, double val[6]) |
| For the node specified by index, set/get the location (X), R, G, and B values, midpoint, and sharpness values at the node.
|
|
double * | GetRange () override |
| Returns min and max position of all function points.
|
|
virtual void | GetRange (double &arg1, double &arg2) |
| Returns min and max position of all function points.
|
|
virtual void | GetRange (double _arg[2]) |
| Returns min and max position of all function points.
|
|
void | GetTable (double x1, double x2, int n, double *table) |
| Fills in a table of n colors mapped from values mapped with even spacing between x1 and x2, inclusive.
|
|
void | GetTable (double x1, double x2, int n, float *table) |
| Fills in a table of n colors mapped from values mapped with even spacing between x1 and x2, inclusive.
|
|
const unsigned char * | GetTable (double x1, double x2, int n) |
| Fills in a table of n colors mapped from values mapped with even spacing between x1 and x2, inclusive.
|
|
virtual void | SetClamping (vtkTypeBool) |
| Sets/gets whether clamping is used.
|
|
virtual vtkTypeBool | GetClamping () |
| Sets/gets whether clamping is used.
|
|
virtual void | ClampingOn () |
| Sets/gets whether clamping is used.
|
|
virtual void | ClampingOff () |
| Sets/gets whether clamping is used.
|
|
virtual void | SetColorSpace (int) |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToRGB () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToHSV () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToLab () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToLabCIEDE2000 () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToDiverging () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
void | SetColorSpaceToStep () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual int | GetColorSpace () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual void | SetHSVWrap (vtkTypeBool) |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual vtkTypeBool | GetHSVWrap () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual void | HSVWrapOn () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual void | HSVWrapOff () |
| Set/Get the color space used for interpolation: RGB, HSV, CIELAB, Diverging or Step.
|
|
virtual void | SetScale (int) |
| Set the type of scale to use, linear or logarithmic.
|
|
void | SetScaleToLinear () |
| Set the type of scale to use, linear or logarithmic.
|
|
void | SetScaleToLog10 () |
| Set the type of scale to use, linear or logarithmic.
|
|
virtual int | GetScale () |
| Set the type of scale to use, linear or logarithmic.
|
|
virtual double * | GetNanColor () |
| Set the RGB color to use when a NaN (not a number) is encountered.
|
|
virtual void | GetNanColor (double &, double &, double &) |
| Set the RGB color to use when a NaN (not a number) is encountered.
|
|
virtual void | GetNanColor (double[3]) |
| Set the RGB color to use when a NaN (not a number) is encountered.
|
|
virtual double | GetNanOpacity () |
| Get/Set the opacity to use when a NaN (not a number) is encountered.
|
|
virtual void | SetNanColorRGBA (double r, double g, double b, double a) |
| Set the RGBA color to use when a NaN (not a number) is encountered.
|
|
void | SetNanColorRGBA (double rgba[4]) |
| Set the RGBA color to use when a NaN (not a number) is encountered.
|
|
virtual void | SetBelowRangeColor (double, double, double) |
| Set the color to use when a value below the range is encountered.
|
|
virtual void | SetBelowRangeColor (double[3]) |
| Set the color to use when a value below the range is encountered.
|
|
virtual double * | GetBelowRangeColor () |
| Set the color to use when a value below the range is encountered.
|
|
virtual void | GetBelowRangeColor (double &, double &, double &) |
| Set the color to use when a value below the range is encountered.
|
|
virtual void | GetBelowRangeColor (double[3]) |
| Set the color to use when a value below the range is encountered.
|
|
virtual void | SetUseBelowRangeColor (vtkTypeBool) |
| Set whether the below range color should be used.
|
|
virtual vtkTypeBool | GetUseBelowRangeColor () |
| Set whether the below range color should be used.
|
|
virtual void | UseBelowRangeColorOn () |
| Set whether the below range color should be used.
|
|
virtual void | UseBelowRangeColorOff () |
| Set whether the below range color should be used.
|
|
virtual void | SetAboveRangeColor (double, double, double) |
| Set the color to use when a value above the range is encountered.
|
|
virtual void | SetAboveRangeColor (double[3]) |
| Set the color to use when a value above the range is encountered.
|
|
virtual double * | GetAboveRangeColor () |
| Set the color to use when a value above the range is encountered.
|
|
virtual void | GetAboveRangeColor (double &, double &, double &) |
| Set the color to use when a value above the range is encountered.
|
|
virtual void | GetAboveRangeColor (double[3]) |
| Set the color to use when a value above the range is encountered.
|
|
virtual void | SetUseAboveRangeColor (vtkTypeBool) |
| Set whether the below range color should be used.
|
|
virtual vtkTypeBool | GetUseAboveRangeColor () |
| Set whether the below range color should be used.
|
|
virtual void | UseAboveRangeColorOn () |
| Set whether the below range color should be used.
|
|
virtual void | UseAboveRangeColorOff () |
| Set whether the below range color should be used.
|
|
virtual void | SetAllowDuplicateScalars (vtkTypeBool) |
| Toggle whether to allow duplicate scalar values in the color transfer function (off by default).
|
|
virtual vtkTypeBool | GetAllowDuplicateScalars () |
| Toggle whether to allow duplicate scalar values in the color transfer function (off by default).
|
|
virtual void | AllowDuplicateScalarsOn () |
| Toggle whether to allow duplicate scalar values in the color transfer function (off by default).
|
|
virtual void | AllowDuplicateScalarsOff () |
| Toggle whether to allow duplicate scalar values in the color transfer function (off by default).
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkScalarsToColors * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | Build () |
| Perform any processing required (if any) before processing scalars.
|
|
virtual const unsigned char * | MapValue (double v) |
| Map one value through the lookup table and return a color defined as an RGBA unsigned char tuple (4 bytes).
|
|
virtual void | GetColor (double v, double rgb[3]) |
| Map one value through the lookup table and store the color as an RGB array of doubles between 0 and 1 in the rgb argument.
|
|
double * | GetColor (double v) |
| Map one value through the lookup table and return the color as an RGB array of doubles between 0 and 1.
|
|
virtual double | GetOpacity (double v) |
| Map one value through the lookup table and return the alpha value (the opacity) as a double between 0 and 1.
|
|
double | GetLuminance (double x) |
| Map one value through the lookup table and return the luminance 0.3*red + 0.59*green + 0.11*blue as a double between 0 and 1.
|
|
void | MapVectorsThroughTable (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat, int vectorComponent, int vectorSize) |
| Map vectors through the lookup table.
|
|
void | MapVectorsThroughTable (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat) |
|
void | MapScalarsThroughTable (vtkDataArray *scalars, unsigned char *output, int outputFormat) |
| Map a set of scalars through the lookup table in a single operation.
|
|
void | MapScalarsThroughTable (vtkDataArray *scalars, unsigned char *output) |
|
void | MapScalarsThroughTable (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat) |
|
virtual void | MapScalarsThroughTable2 (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat) |
| An internal method typically not used in applications.
|
|
virtual void | DeepCopy (vtkScalarsToColors *o) |
| Copy the contents from another object.
|
|
virtual int | UsingLogScale () |
| This should return 1 is the subclass is using log scale for mapping scalars to colors.
|
|
virtual vtkIdType | GetNumberOfAvailableColors () |
| Get the number of available colors for mapping to.
|
|
virtual vtkIdType | SetAnnotation (vtkVariant value, vtkStdString annotation) |
| Add a new entry (or change an existing entry) to the list of annotated values.
|
|
virtual vtkIdType | SetAnnotation (vtkStdString value, vtkStdString annotation) |
| This variant of SetAnnotation accepts the value as a string so ParaView can treat annotations as string vector arrays.
|
|
vtkIdType | GetNumberOfAnnotatedValues () |
| Return the annotated value at a particular index in the list of annotations.
|
|
vtkVariant | GetAnnotatedValue (vtkIdType idx) |
| Return the annotated value at a particular index in the list of annotations.
|
|
vtkStdString | GetAnnotation (vtkIdType idx) |
| Return the annotation at a particular index in the list of annotations.
|
|
virtual void | GetAnnotationColor (const vtkVariant &val, double rgba[4]) |
| Obtain the color associated with a particular annotated value (or NanColor if unmatched).
|
|
vtkIdType | GetAnnotatedValueIndex (vtkVariant val) |
| Return the index of the given value in the list of annotated values (or -1 if not present).
|
|
vtkIdType | GetAnnotatedValueIndexInternal (const vtkVariant &val) |
| Look up an index into the array of annotations given a value.
|
|
virtual void | GetIndexedColor (vtkIdType i, double rgba[4]) |
| Get the "indexed color" assigned to an index.
|
|
virtual bool | RemoveAnnotation (vtkVariant value) |
| Remove an existing entry from the list of annotated values.
|
|
virtual void | ResetAnnotations () |
| Remove all existing values and their annotations.
|
|
virtual double | GetAlpha () |
| Specify an additional opacity (alpha) value to blend with.
|
|
virtual vtkUnsignedCharArray * | MapScalars (vtkDataArray *scalars, int colorMode, int component, int outputFormat=VTK_RGBA) |
| Internal methods that map a data array into an unsigned char array.
|
|
virtual vtkUnsignedCharArray * | MapScalars (vtkAbstractArray *scalars, int colorMode, int component, int outputFormat=VTK_RGBA) |
| Internal methods that map a data array into an unsigned char array.
|
|
virtual void | SetVectorMode (int) |
| Change mode that maps vectors by magnitude vs.
|
|
virtual int | GetVectorMode () |
| Change mode that maps vectors by magnitude vs.
|
|
void | SetVectorModeToMagnitude () |
| Change mode that maps vectors by magnitude vs.
|
|
void | SetVectorModeToComponent () |
| Change mode that maps vectors by magnitude vs.
|
|
void | SetVectorModeToRGBColors () |
| Change mode that maps vectors by magnitude vs.
|
|
virtual void | SetVectorComponent (int) |
| If the mapper does not select which component of a vector to map to colors, you can specify it here.
|
|
virtual int | GetVectorComponent () |
| If the mapper does not select which component of a vector to map to colors, you can specify it here.
|
|
virtual void | SetVectorSize (int) |
| When mapping vectors, consider only the number of components selected by VectorSize to be part of the vector, and ignore any other components.
|
|
virtual int | GetVectorSize () |
| When mapping vectors, consider only the number of components selected by VectorSize to be part of the vector, and ignore any other components.
|
|
virtual void | SetAnnotations (vtkAbstractArray *values, vtkStringArray *annotations) |
| Set a list of discrete values, either as a categorical set of values (when IndexedLookup is true) or as a set of annotations to add to a scalar array (when IndexedLookup is false).
|
|
virtual vtkAbstractArray * | GetAnnotatedValues () |
| Set a list of discrete values, either as a categorical set of values (when IndexedLookup is true) or as a set of annotations to add to a scalar array (when IndexedLookup is false).
|
|
virtual vtkStringArray * | GetAnnotations () |
| Set a list of discrete values, either as a categorical set of values (when IndexedLookup is true) or as a set of annotations to add to a scalar array (when IndexedLookup is false).
|
|
virtual void | SetIndexedLookup (vtkTypeBool) |
| Set/get whether the lookup table is for categorical or ordinal data.
|
|
virtual vtkTypeBool | GetIndexedLookup () |
| Set/get whether the lookup table is for categorical or ordinal data.
|
|
virtual void | IndexedLookupOn () |
| Set/get whether the lookup table is for categorical or ordinal data.
|
|
virtual void | IndexedLookupOff () |
| Set/get whether the lookup table is for categorical or ordinal data.
|
|
template<> |
unsigned char | ColorToUChar (double t) |
| Specializations of vtkScalarsToColors::ColorToUChar Converts from a color in a floating point type in range 0.0-1.0 to a uchar in range 0-255.
|
|
template<> |
unsigned char | ColorToUChar (float t) |
| Specializations of vtkScalarsToColors::ColorToUChar Converts from a color in a floating point type in range 0.0-1.0 to a uchar in range 0-255.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|