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.vtkSLCReader Class Reference

vtkSLCReader - read an SLC volume file. More...

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

List of all members.

Public Member Functions

 vtkSLCReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSLCReader ()
 Undocumented Block.
override int CanReadFile (string fname)
 Is the given file an SLC file?
override string GetDescriptiveName ()
 SLC.
virtual int GetError ()
 Was there an error on the last read performed?
override string GetFileExtensions ()
 .slc
override string GetFileName ()
 Set/Get the name of the file to read.
override int IsA (string type)
 Undocumented Block.
new vtkSLCReader NewInstance ()
 Undocumented Block.
override void SetFileName (string _arg)
 Set/Get the name of the file to read.

Static Public Member Functions

static new vtkSLCReader New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSLCReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkSLCReader"
 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 vtkSLCReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSLCReader_CanReadFile_01 (HandleRef pThis, string fname)
static internal IntPtr vtkSLCReader_GetDescriptiveName_02 (HandleRef pThis)
static internal int vtkSLCReader_GetError_03 (HandleRef pThis)
static internal IntPtr vtkSLCReader_GetFileExtensions_04 (HandleRef pThis)
static internal IntPtr vtkSLCReader_GetFileName_05 (HandleRef pThis)
static internal int vtkSLCReader_IsA_06 (HandleRef pThis, string type)
static internal int vtkSLCReader_IsTypeOf_07 (string type)
static internal IntPtr vtkSLCReader_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSLCReader_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSLCReader_SetFileName_11 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkSLCReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSLCReader - read an SLC volume file.

Description vtkSLCReader reads an SLC file and creates a structured point dataset. The size of the volume and the data spacing is set from the SLC file header.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override int Kitware.VTK.vtkSLCReader.CanReadFile ( string  fname) [virtual]

Is the given file an SLC file?

Reimplemented from Kitware.VTK.vtkImageReader2.

override void Kitware.VTK.vtkSLCReader.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.vtkImageReader2.

override string Kitware.VTK.vtkSLCReader.GetDescriptiveName ( ) [virtual]

SLC.

Reimplemented from Kitware.VTK.vtkImageReader2.

virtual int Kitware.VTK.vtkSLCReader.GetError ( ) [virtual]

Was there an error on the last read performed?

override string Kitware.VTK.vtkSLCReader.GetFileExtensions ( ) [virtual]

.slc

Reimplemented from Kitware.VTK.vtkImageReader2.

override string Kitware.VTK.vtkSLCReader.GetFileName ( ) [virtual]

Set/Get the name of the file to read.

Reimplemented from Kitware.VTK.vtkImageReader2.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

static new vtkSLCReader Kitware.VTK.vtkSLCReader.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Here is the call graph for this function:

override void Kitware.VTK.vtkSLCReader.SetFileName ( string  _arg) [virtual]

Set/Get the name of the file to read.

Reimplemented from Kitware.VTK.vtkImageReader2.

static internal int Kitware.VTK.vtkSLCReader.vtkSLCReader_CanReadFile_01 ( HandleRef  pThis,
string  fname 
) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_GetDescriptiveName_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSLCReader.vtkSLCReader_GetError_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_GetFileExtensions_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_GetFileName_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSLCReader.vtkSLCReader_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSLCReader.vtkSLCReader_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSLCReader.vtkSLCReader_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSLCReader.vtkSLCReader_SetFileName_11 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSLCReader.MRClassNameKey = "12vtkSLCReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.


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