ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageActor Class Reference

vtkImageActor - draw an image (data & properties) in a rendered 3D scene More...

Inheritance diagram for Kitware.VTK.vtkImageActor:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageActor:
[legend]

List of all members.

Public Member Functions

 vtkImageActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageActor ()
 Instantiate the image actor.
override double[] GetBounds ()
 Get the bounds of this image actor. Either copy the bounds into a user provided array or return a pointer to an array. In either case the boudns is expressed as a 6-vector (xmin,xmax, ymin,ymax, zmin,zmax).
new void GetBounds (IntPtr bounds)
 Get the bounds of this image actor. Either copy the bounds into a user provided array or return a pointer to an array. In either case the boudns is expressed as a 6-vector (xmin,xmax, ymin,ymax, zmin,zmax).
IntPtr GetDisplayBounds ()
 Get the bounds of the data that is displayed by this image actor. If the transformation matrix for this actor is the identity matrix, this will return the same value as GetBounds.
void GetDisplayBounds (IntPtr bounds)
 Get the bounds of the data that is displayed by this image actor. If the transformation matrix for this actor is the identity matrix, this will return the same value as GetBounds.
void GetDisplayExtent (IntPtr extent)
 The image extent is generally set explicitly, but if not set it will be determined from the input image data.
int[] GetDisplayExtent ()
 The image extent is generally set explicitly, but if not set it will be determined from the input image data.
virtual vtkImageData GetInput ()
 Set/Get the image data input for the image actor.
virtual int GetInterpolate ()
 Turn on/off linear interpolation of the image when rendering.
virtual double GetOpacity ()
 Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
virtual double GetOpacityMaxValue ()
 Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
virtual double GetOpacityMinValue ()
 Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
int GetSliceNumber ()
 Return the slice number (& min/max slice number) computed from the display extent.
int GetSliceNumberMax ()
 Return the slice number (& min/max slice number) computed from the display extent.
int GetSliceNumberMin ()
 Return the slice number (& min/max slice number) computed from the display extent.
int GetWholeZMax ()
 Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)
int GetWholeZMin ()
 Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)
int GetZSlice ()
 Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)
override int HasTranslucentPolygonalGeometry ()
 Return the slice number (& min/max slice number) computed from the display extent.
virtual void InterpolateOff ()
 Turn on/off linear interpolation of the image when rendering.
virtual void InterpolateOn ()
 Turn on/off linear interpolation of the image when rendering.
override int IsA (string type)
 Undocumented Block.
new vtkImageActor NewInstance ()
 Undocumented Block.
virtual void Render (vtkRenderer arg0)
 Return the slice number (& min/max slice number) computed from the display extent.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Return the slice number (& min/max slice number) computed from the display extent.
override int RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 Return the slice number (& min/max slice number) computed from the display extent.
void SetDisplayExtent (IntPtr extent)
 The image extent is generally set explicitly, but if not set it will be determined from the input image data.
void SetDisplayExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
 The image extent is generally set explicitly, but if not set it will be determined from the input image data.
virtual void SetInput (vtkImageData arg0)
 Set/Get the image data input for the image actor.
virtual void SetInterpolate (int _arg)
 Turn on/off linear interpolation of the image when rendering.
virtual void SetOpacity (double _arg)
 Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
void SetZSlice (int z)
 Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)

Static Public Member Functions

static new vtkImageActor New ()
 Instantiate the image actor.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageActor SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageActor"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkImageActor"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkImageActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageActor_GetBounds_01 (HandleRef pThis)
static internal void vtkImageActor_GetBounds_02 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkImageActor_GetDisplayBounds_03 (HandleRef pThis)
static internal void vtkImageActor_GetDisplayBounds_04 (HandleRef pThis, IntPtr bounds)
static internal void vtkImageActor_GetDisplayExtent_05 (HandleRef pThis, IntPtr extent)
static internal IntPtr vtkImageActor_GetDisplayExtent_06 (HandleRef pThis)
static internal IntPtr vtkImageActor_GetInput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageActor_GetInterpolate_08 (HandleRef pThis)
static internal double vtkImageActor_GetOpacity_09 (HandleRef pThis)
static internal double vtkImageActor_GetOpacityMaxValue_10 (HandleRef pThis)
static internal double vtkImageActor_GetOpacityMinValue_11 (HandleRef pThis)
static internal int vtkImageActor_GetSliceNumber_12 (HandleRef pThis)
static internal int vtkImageActor_GetSliceNumberMax_13 (HandleRef pThis)
static internal int vtkImageActor_GetSliceNumberMin_14 (HandleRef pThis)
static internal int vtkImageActor_GetWholeZMax_15 (HandleRef pThis)
static internal int vtkImageActor_GetWholeZMin_16 (HandleRef pThis)
static internal int vtkImageActor_GetZSlice_17 (HandleRef pThis)
static internal int vtkImageActor_HasTranslucentPolygonalGeometry_18 (HandleRef pThis)
static internal void vtkImageActor_InterpolateOff_19 (HandleRef pThis)
static internal void vtkImageActor_InterpolateOn_20 (HandleRef pThis)
static internal int vtkImageActor_IsA_21 (HandleRef pThis, string type)
static internal int vtkImageActor_IsTypeOf_22 (string type)
static internal IntPtr vtkImageActor_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageActor_Render_25 (HandleRef pThis, HandleRef arg0)
static internal int vtkImageActor_RenderOpaqueGeometry_26 (HandleRef pThis, HandleRef viewport)
static internal int vtkImageActor_RenderTranslucentPolygonalGeometry_27 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkImageActor_SafeDownCast_28 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageActor_SetDisplayExtent_29 (HandleRef pThis, IntPtr extent)
static internal void vtkImageActor_SetDisplayExtent_30 (HandleRef pThis, int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
static internal void vtkImageActor_SetInput_31 (HandleRef pThis, HandleRef arg0)
static internal void vtkImageActor_SetInterpolate_32 (HandleRef pThis, int _arg)
static internal void vtkImageActor_SetOpacity_33 (HandleRef pThis, double _arg)
static internal void vtkImageActor_SetZSlice_34 (HandleRef pThis, int z)

Static Private Member Functions

static vtkImageActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageActor - draw an image (data & properties) in a rendered 3D scene

Description vtkImageActor is used to render an image in a 3D scene. The image is placed at the origin of the image, and its size is controlled by the image dimensions and image spacing. The orientation of the image is orthogonal to one of the x-y-z axes depending on which plane the image is defined in. vtkImageActor duplicates the functionality of combinations of other VTK classes in a convenient, single class.


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageActor.vtkImageActor ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageActor.vtkImageActor ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate the image actor.


Member Function Documentation

override void Kitware.VTK.vtkImageActor.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

override double [] Kitware.VTK.vtkImageActor.GetBounds ( ) [virtual]

Get the bounds of this image actor. Either copy the bounds into a user provided array or return a pointer to an array. In either case the boudns is expressed as a 6-vector (xmin,xmax, ymin,ymax, zmin,zmax).

Reimplemented from Kitware.VTK.vtkProp3D.

new void Kitware.VTK.vtkImageActor.GetBounds ( IntPtr  bounds)

Get the bounds of this image actor. Either copy the bounds into a user provided array or return a pointer to an array. In either case the boudns is expressed as a 6-vector (xmin,xmax, ymin,ymax, zmin,zmax).

Reimplemented from Kitware.VTK.vtkProp3D.

Get the bounds of the data that is displayed by this image actor. If the transformation matrix for this actor is the identity matrix, this will return the same value as GetBounds.

Get the bounds of the data that is displayed by this image actor. If the transformation matrix for this actor is the identity matrix, this will return the same value as GetBounds.

The image extent is generally set explicitly, but if not set it will be determined from the input image data.

The image extent is generally set explicitly, but if not set it will be determined from the input image data.

Set/Get the image data input for the image actor.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkImageActor.GetInterpolate ( ) [virtual]

Turn on/off linear interpolation of the image when rendering.

virtual double Kitware.VTK.vtkImageActor.GetOpacity ( ) [virtual]

Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.

virtual double Kitware.VTK.vtkImageActor.GetOpacityMaxValue ( ) [virtual]

Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.

virtual double Kitware.VTK.vtkImageActor.GetOpacityMinValue ( ) [virtual]

Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.

Return the slice number (& min/max slice number) computed from the display extent.

Return the slice number (& min/max slice number) computed from the display extent.

Return the slice number (& min/max slice number) computed from the display extent.

Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)

Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)

Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)

Return the slice number (& min/max slice number) computed from the display extent.

Reimplemented from Kitware.VTK.vtkProp.

virtual void Kitware.VTK.vtkImageActor.InterpolateOff ( ) [virtual]

Turn on/off linear interpolation of the image when rendering.

virtual void Kitware.VTK.vtkImageActor.InterpolateOn ( ) [virtual]

Turn on/off linear interpolation of the image when rendering.

override int Kitware.VTK.vtkImageActor.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

static new int Kitware.VTK.vtkImageActor.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

Instantiate the image actor.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

virtual void Kitware.VTK.vtkImageActor.Render ( vtkRenderer  arg0) [virtual]

Return the slice number (& min/max slice number) computed from the display extent.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

override int Kitware.VTK.vtkImageActor.RenderOpaqueGeometry ( vtkViewport  viewport) [virtual]

Return the slice number (& min/max slice number) computed from the display extent.

Reimplemented from Kitware.VTK.vtkProp.

Return the slice number (& min/max slice number) computed from the display extent.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

Here is the call graph for this function:

The image extent is generally set explicitly, but if not set it will be determined from the input image data.

void Kitware.VTK.vtkImageActor.SetDisplayExtent ( int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
)

The image extent is generally set explicitly, but if not set it will be determined from the input image data.

virtual void Kitware.VTK.vtkImageActor.SetInput ( vtkImageData  arg0) [virtual]

Set/Get the image data input for the image actor.

virtual void Kitware.VTK.vtkImageActor.SetInterpolate ( int  _arg) [virtual]

Turn on/off linear interpolation of the image when rendering.

virtual void Kitware.VTK.vtkImageActor.SetOpacity ( double  _arg) [virtual]

Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.

Set/Get the current slice number. The axis Z in ZSlice does not necessarily have any relation to the z axis of the data on disk. It is simply the axis orthogonal to the x,y, display plane. GetWholeZMax and Min are convenience methods for obtaining the number of slices that can be displayed. Again the number of slices is in reference to the display z axis, which is not necessarily the z axis on disk. (due to reformatting etc)

static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_GetBounds_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_GetBounds_02 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_GetDisplayBounds_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_GetDisplayBounds_04 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_GetDisplayExtent_05 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_GetDisplayExtent_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_GetInput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetInterpolate_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageActor.vtkImageActor_GetOpacity_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageActor.vtkImageActor_GetOpacityMaxValue_10 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageActor.vtkImageActor_GetOpacityMinValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetSliceNumber_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetSliceNumberMax_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetSliceNumberMin_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetWholeZMax_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetWholeZMin_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_GetZSlice_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_HasTranslucentPolygonalGeometry_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_InterpolateOff_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_InterpolateOn_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_IsTypeOf_22 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_NewInstance_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_Render_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_RenderOpaqueGeometry_26 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkImageActor.vtkImageActor_RenderTranslucentPolygonalGeometry_27 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkImageActor.vtkImageActor_SafeDownCast_28 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetDisplayExtent_29 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetDisplayExtent_30 ( HandleRef  pThis,
int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetInput_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetInterpolate_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetOpacity_33 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageActor.vtkImageActor_SetZSlice_34 ( HandleRef  pThis,
int  z 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageActor.MRClassNameKey = "13vtkImageActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.

new const string Kitware.VTK.vtkImageActor.MRFullTypeName = "Kitware.VTK.vtkImageActor"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.

Reimplemented in Kitware.VTK.vtkOpenGLImageActor.


The documentation for this class was generated from the following file: