#include <vtkImageStencilData.h>
Inheritance diagram for vtkImageStencilData:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataObject * | MakeObject () |
void | Initialize () |
void | DeepCopy (vtkDataObject *o) |
void | ShallowCopy (vtkDataObject *f) |
void | InternalImageStencilDataCopy (vtkImageStencilData *s) |
int | GetDataObjectType () |
int | GetExtentType () |
void | InsertNextExtent (int r1, int r2, int yIdx, int zIdx) |
void | AllocateExtents () |
void | UpdateData () |
void | PropagateUpdateExtent () |
void | TriggerAsynchronousUpdate () |
int | GetNextExtent (int &r1, int &r2, int xMin, int xMax, int yIdx, int zIdx, int &iter) |
virtual void | SetSpacing (float, float, float) |
virtual void | SetSpacing (float[3]) |
virtual float * | GetSpacing () |
virtual void | GetSpacing (float &, float &, float &) |
virtual void | GetSpacing (float[3]) |
virtual void | SetOrigin (float, float, float) |
virtual void | SetOrigin (float[3]) |
virtual float * | GetOrigin () |
virtual void | GetOrigin (float &, float &, float &) |
virtual void | GetOrigin (float[3]) |
virtual void | SetExtent (int, int, int, int, int, int) |
virtual void | SetExtent (int[6]) |
virtual int * | GetExtent () |
virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetExtent (int[6]) |
virtual void | SetOldSpacing (float, float, float) |
virtual void | SetOldSpacing (float[3]) |
virtual float * | GetOldSpacing () |
virtual void | GetOldSpacing (float &, float &, float &) |
virtual void | GetOldSpacing (float[3]) |
virtual void | SetOldOrigin (float, float, float) |
virtual void | SetOldOrigin (float[3]) |
virtual float * | GetOldOrigin () |
virtual void | GetOldOrigin (float &, float &, float &) |
virtual void | GetOldOrigin (float[3]) |
Static Public Methods | |
vtkImageStencilData * | New () |
int | IsTypeOf (const char *type) |
vtkImageStencilData * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageStencilData () | |
~vtkImageStencilData () | |
int | SpacingOrOriginHasChanged () |
Protected Attributes | |
float | OldSpacing [3] |
float | OldOrigin [3] |
float | Spacing [3] |
float | Origin [3] |
int | NumberOfExtentEntries |
int * | ExtentListLengths |
int ** | ExtentLists |
Definition at line 61 of file vtkImageStencilData.h.
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataObject. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDataObject. |
|
Create concrete instance of this data object. Reimplemented from vtkDataObject. |
|
Reimplemented from vtkDataObject. |
|
Shallow and Deep copy. These copy the data, but not any of the pipeline connections. Reimplemented from vtkDataObject. |
|
Shallow and Deep copy. These copy the data, but not any of the pipeline connections. Reimplemented from vtkDataObject. |
|
|
|
Get the data type as an integer (this will return VTK_DATA_OBJECT for now, maybe a proper type constant will be reserved later). Reimplemented from vtkDataObject. Definition at line 76 of file vtkImageStencilData.h. |
|
The extent type is 3D, just like vtkImageData. Reimplemented from vtkDataObject. Definition at line 79 of file vtkImageStencilData.h. |
|
Given the total output x extent [xMin,xMax] and the current y, z indices, return each sub-extent [r1,r2] that lies within within the unclipped region in sequence. A value of '0' is returned if no more sub-extents are available. The variable 'iter' must be initialized to zero before the first call, unless you want the complementary sub-extents in which case you must initialize 'iter' to -1. The variable 'iter' is used internally to keep track of which sub-extent should be returned next. |
|
This method is used by vtkImageStencilDataSource to add an x sub extent [r1,r2] for the x row (yIdx,zIdx). The specified sub extent must not intersect any other sub extents along the same x row. As well, r1 and r2 must both be within the total x extent [Extent[0],Extent[1]]. |
|
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. |
|
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. |
|
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. |
|
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. |
|
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. |
|
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. |
|
Save the previous data spacing. This should be called only by vtkImageStencilSource. |
|
Save the previous data spacing. This should be called only by vtkImageStencilSource. |
|
Save the previous data spacing. This should be called only by vtkImageStencilSource. |
|
Save the previous data spacing. This should be called only by vtkImageStencilSource. |
|
Save the previous data spacing. This should be called only by vtkImageStencilSource. |
|
Save the previous data origin. This should be called only by vtkImageStencilSource. |
|
Save the previous data origin. This should be called only by vtkImageStencilSource. |
|
Save the previous data origin. This should be called only by vtkImageStencilSource. |
|
Save the previous data origin. This should be called only by vtkImageStencilSource. |
|
Save the previous data origin. This should be called only by vtkImageStencilSource. |
|
Allocate space for the sub-extents. This is called by vtkImageStencilSource. |
|
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate the update back up the pipeline, and perform the actual work of updating on the way down. When the propagate arrives at a port, block and wait for the asynchronous update to finish on the other side. This propagation may early terminate based on the PipelineMTime. Reimplemented from vtkDataObject. |
|
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. The update extent for this object is propagated up the pipeline. This propagation may early terminate based on the PipelineMTime. Reimplemented from vtkDataObject. |
|
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate back up the pipeline for ports and trigger the update on the other side of the port to allow for asynchronous parallel processing in the pipeline. This propagation may early terminate based on the PipelineMTime. Reimplemented from vtkDataObject. |
|
Check to see of the Spacing and Origin are different from the OldSpacing and OldOrigin. |
|
Previous Spacing and Origin values, so that it is possible to know when an update is required because they have changed. Definition at line 175 of file vtkImageStencilData.h. |
|
Previous Spacing and Origin values, so that it is possible to know when an update is required because they have changed. Definition at line 176 of file vtkImageStencilData.h. |
|
The Spacing and Origin of the data. Definition at line 181 of file vtkImageStencilData.h. |
|
The Spacing and Origin of the data. Definition at line 182 of file vtkImageStencilData.h. |
|
The actual 'data' is stored here. Definition at line 187 of file vtkImageStencilData.h. |
|
The actual 'data' is stored here. Definition at line 188 of file vtkImageStencilData.h. |
|
The actual 'data' is stored here. Definition at line 189 of file vtkImageStencilData.h. |