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

vtkMINCImageAttributes - A container for a MINC image header. More...

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

List of all members.

Public Member Functions

 vtkMINCImageAttributes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMINCImageAttributes ()
 Undocumented Block.
virtual void AddDimension (string dimension)
 Add the names of up to five dimensions. The ordering of these dimensions will determine the dimension order of the file. If no DimensionNames are set, the writer will set the dimension order of the file to be the same as the dimension order in memory.
virtual void AddDimension (string dimension, int length)
 Add the names of up to five dimensions. The ordering of these dimensions will determine the dimension order of the file. If no DimensionNames are set, the writer will set the dimension order of the file to be the same as the dimension order in memory.
virtual void FindImageRange (IntPtr range)
 Find the image range of the data from the information stored in the attributes.
virtual void FindValidRange (IntPtr range)
 Find the valid range of the data from the information stored in the attributes.
virtual vtkStringArray GetAttributeNames (string variable)
 List the attribute names for a variable. Set the variable to the empty string to get a list of the global attributes.
virtual vtkDataArray GetAttributeValueAsArray (string variable, string attribute)
 Set attribute values for a variable as a vtkDataArray. Set the variable to the empty string to access global attributes.
virtual double GetAttributeValueAsDouble (string variable, string attribute)
 Set an attribute value as a double. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual int GetAttributeValueAsInt (string variable, string attribute)
 Set an attribute value as an int. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual string GetAttributeValueAsString (string variable, string attribute)
 Set an attribute value as a string. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual int GetDataType ()
 Get the image data type, as stored on disk. This information is useful if the file was converted to floating-point when it was loaded. When writing a file from float or double image data, you can use this method to prescribe the output type.
virtual vtkIdTypeArray GetDimensionLengths ()
 Get the lengths of all the dimensions. The dimension lengths are informative, the vtkMINCImageWriter does not look at these values but instead uses the dimension sizes of its input.
virtual vtkStringArray GetDimensionNames ()
 Get the dimension names. The dimension names are same order as written in the file, starting with the slowest-varying dimension. Use this method to get the array if you need to change "space" dimensions to "frequency" after performing a Fourier transform.
virtual vtkDoubleArray GetImageMax ()
 Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.
virtual vtkDoubleArray GetImageMin ()
 Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.
virtual string GetName ()
 Get the name of the image, not including the path or the extension. This is only needed for printing the header and there is usually no need to set it.
virtual int GetNumberOfImageMinMaxDimensions ()
 Get the number of ImageMinMax dimensions.
virtual int GetValidateAttributes ()
 Set this to Off if you do not want to automatically validate every attribute that is set.
virtual vtkStringArray GetVariableNames ()
 Get the names of all the variables.
virtual int HasAttribute (string variable, string attribute)
 Check to see if a particular attribute exists.
override int IsA (string type)
 Undocumented Block.
new vtkMINCImageAttributes NewInstance ()
 Undocumented Block.
virtual void PrintFileHeader ()
 A diagnostic function. Print the header of the file in the same format as ncdump or mincheader.
virtual void Reset ()
 Reset all the attributes in preparation for loading new information.
virtual void SetAttributeValueAsArray (string variable, string attribute, vtkDataArray array)
 Set attribute values for a variable as a vtkDataArray. Set the variable to the empty string to access global attributes.
virtual void SetAttributeValueAsDouble (string variable, string attribute, double value)
 Set an attribute value as a double. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual void SetAttributeValueAsInt (string variable, string attribute, int value)
 Set an attribute value as an int. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual void SetAttributeValueAsString (string variable, string attribute, string value)
 Set an attribute value as a string. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.
virtual void SetDataType (int _arg)
 Get the image data type, as stored on disk. This information is useful if the file was converted to floating-point when it was loaded. When writing a file from float or double image data, you can use this method to prescribe the output type.
virtual void SetImageMax (vtkDoubleArray imageMax)
 Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.
virtual void SetImageMin (vtkDoubleArray imageMin)
 Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.
virtual void SetName (string _arg)
 Get the name of the image, not including the path or the extension. This is only needed for printing the header and there is usually no need to set it.
virtual void SetNumberOfImageMinMaxDimensions (int _arg)
 Get the number of ImageMinMax dimensions.
virtual void SetValidateAttributes (int _arg)
 Set this to Off if you do not want to automatically validate every attribute that is set.
virtual void ShallowCopy (vtkMINCImageAttributes source)
 Do a shallow copy. This will copy all the attributes from the source. It is much more efficient than a DeepCopy would be, since it only copies pointers to the attribute values instead of copying the arrays themselves. You must use this method to make a copy if you want to modify any MINC attributes from a MINCReader before you pass them to a MINCWriter.
virtual int ValidateAttribute (string varname, string attname, vtkDataArray array)
 Validate a particular attribute. This involves checking that the attribute is a MINC standard attribute, and checking whether it can be set (as opposed to being set automatically from the image information). The return values is 0 if the attribute is set automatically and therefore should not be copied from here, 1 if this attribute is valid and should be set, and 2 if the attribute is non-standard.
virtual void ValidateAttributesOff ()
 Set this to Off if you do not want to automatically validate every attribute that is set.
virtual void ValidateAttributesOn ()
 Set this to Off if you do not want to automatically validate every attribute that is set.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkMINCImageAttributes"
 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 vtkMINCImageAttributes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMINCImageAttributes_AddDimension_01 (HandleRef pThis, string dimension)
static internal void vtkMINCImageAttributes_AddDimension_02 (HandleRef pThis, string dimension, int length)
static internal void vtkMINCImageAttributes_FindImageRange_03 (HandleRef pThis, IntPtr range)
static internal void vtkMINCImageAttributes_FindValidRange_04 (HandleRef pThis, IntPtr range)
static internal IntPtr vtkMINCImageAttributes_GetAttributeNames_05 (HandleRef pThis, string variable, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMINCImageAttributes_GetAttributeValueAsArray_06 (HandleRef pThis, string variable, string attribute, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkMINCImageAttributes_GetAttributeValueAsDouble_07 (HandleRef pThis, string variable, string attribute)
static internal int vtkMINCImageAttributes_GetAttributeValueAsInt_08 (HandleRef pThis, string variable, string attribute)
static internal IntPtr vtkMINCImageAttributes_GetAttributeValueAsString_09 (HandleRef pThis, string variable, string attribute)
static internal int vtkMINCImageAttributes_GetDataType_10 (HandleRef pThis)
static internal IntPtr vtkMINCImageAttributes_GetDimensionLengths_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMINCImageAttributes_GetDimensionNames_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMINCImageAttributes_GetImageMax_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMINCImageAttributes_GetImageMin_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMINCImageAttributes_GetName_15 (HandleRef pThis)
static internal int vtkMINCImageAttributes_GetNumberOfImageMinMaxDimensions_16 (HandleRef pThis)
static internal int vtkMINCImageAttributes_GetValidateAttributes_17 (HandleRef pThis)
static internal IntPtr vtkMINCImageAttributes_GetVariableNames_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMINCImageAttributes_HasAttribute_19 (HandleRef pThis, string variable, string attribute)
static internal int vtkMINCImageAttributes_IsA_20 (HandleRef pThis, string type)
static internal int vtkMINCImageAttributes_IsTypeOf_21 (string type)
static internal IntPtr vtkMINCImageAttributes_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMINCImageAttributes_PrintFileHeader_24 (HandleRef pThis)
static internal void vtkMINCImageAttributes_Reset_25 (HandleRef pThis)
static internal IntPtr vtkMINCImageAttributes_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMINCImageAttributes_SetAttributeValueAsArray_27 (HandleRef pThis, string variable, string attribute, HandleRef array)
static internal void vtkMINCImageAttributes_SetAttributeValueAsDouble_28 (HandleRef pThis, string variable, string attribute, double value)
static internal void vtkMINCImageAttributes_SetAttributeValueAsInt_29 (HandleRef pThis, string variable, string attribute, int value)
static internal void vtkMINCImageAttributes_SetAttributeValueAsString_30 (HandleRef pThis, string variable, string attribute, string value)
static internal void vtkMINCImageAttributes_SetDataType_31 (HandleRef pThis, int _arg)
static internal void vtkMINCImageAttributes_SetImageMax_32 (HandleRef pThis, HandleRef imageMax)
static internal void vtkMINCImageAttributes_SetImageMin_33 (HandleRef pThis, HandleRef imageMin)
static internal void vtkMINCImageAttributes_SetName_34 (HandleRef pThis, string _arg)
static internal void vtkMINCImageAttributes_SetNumberOfImageMinMaxDimensions_35 (HandleRef pThis, int _arg)
static internal void vtkMINCImageAttributes_SetValidateAttributes_36 (HandleRef pThis, int _arg)
static internal void vtkMINCImageAttributes_ShallowCopy_37 (HandleRef pThis, HandleRef source)
static internal int vtkMINCImageAttributes_ValidateAttribute_38 (HandleRef pThis, string varname, string attname, HandleRef array)
static internal void vtkMINCImageAttributes_ValidateAttributesOff_39 (HandleRef pThis)
static internal void vtkMINCImageAttributes_ValidateAttributesOn_40 (HandleRef pThis)

Static Private Member Functions

static vtkMINCImageAttributes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMINCImageAttributes - A container for a MINC image header.

Description This class provides methods to access all of the information contained in the MINC header. If you read a MINC file into VTK and then write it out again, you can use writer->SetImageAttributes(reader->GetImageAttributes) to ensure that all of the medical information contained in the file is tranferred from the reader to the writer. If you want to change any of the header information, you must use ShallowCopy to make a copy of the reader's attributes and then modify only the copy. Thanks Thanks to David Gobbi for writing this class and Atamai Inc. for contributing it to VTK.

vtkMINCImageReader vtkMINCImageWriter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkMINCImageAttributes.AddDimension ( string  dimension) [virtual]

Add the names of up to five dimensions. The ordering of these dimensions will determine the dimension order of the file. If no DimensionNames are set, the writer will set the dimension order of the file to be the same as the dimension order in memory.

virtual void Kitware.VTK.vtkMINCImageAttributes.AddDimension ( string  dimension,
int  length 
) [virtual]

Add the names of up to five dimensions. The ordering of these dimensions will determine the dimension order of the file. If no DimensionNames are set, the writer will set the dimension order of the file to be the same as the dimension order in memory.

override void Kitware.VTK.vtkMINCImageAttributes.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.vtkObject.

virtual void Kitware.VTK.vtkMINCImageAttributes.FindImageRange ( IntPtr  range) [virtual]

Find the image range of the data from the information stored in the attributes.

virtual void Kitware.VTK.vtkMINCImageAttributes.FindValidRange ( IntPtr  range) [virtual]

Find the valid range of the data from the information stored in the attributes.

List the attribute names for a variable. Set the variable to the empty string to get a list of the global attributes.

Here is the call graph for this function:

virtual vtkDataArray Kitware.VTK.vtkMINCImageAttributes.GetAttributeValueAsArray ( string  variable,
string  attribute 
) [virtual]

Set attribute values for a variable as a vtkDataArray. Set the variable to the empty string to access global attributes.

Here is the call graph for this function:

virtual double Kitware.VTK.vtkMINCImageAttributes.GetAttributeValueAsDouble ( string  variable,
string  attribute 
) [virtual]

Set an attribute value as a double. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

virtual int Kitware.VTK.vtkMINCImageAttributes.GetAttributeValueAsInt ( string  variable,
string  attribute 
) [virtual]

Set an attribute value as an int. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

virtual string Kitware.VTK.vtkMINCImageAttributes.GetAttributeValueAsString ( string  variable,
string  attribute 
) [virtual]

Set an attribute value as a string. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

Get the image data type, as stored on disk. This information is useful if the file was converted to floating-point when it was loaded. When writing a file from float or double image data, you can use this method to prescribe the output type.

Get the lengths of all the dimensions. The dimension lengths are informative, the vtkMINCImageWriter does not look at these values but instead uses the dimension sizes of its input.

Here is the call graph for this function:

Get the dimension names. The dimension names are same order as written in the file, starting with the slowest-varying dimension. Use this method to get the array if you need to change "space" dimensions to "frequency" after performing a Fourier transform.

Here is the call graph for this function:

Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.

Here is the call graph for this function:

Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.

Here is the call graph for this function:

virtual string Kitware.VTK.vtkMINCImageAttributes.GetName ( ) [virtual]

Get the name of the image, not including the path or the extension. This is only needed for printing the header and there is usually no need to set it.

Get the number of ImageMinMax dimensions.

Set this to Off if you do not want to automatically validate every attribute that is set.

Get the names of all the variables.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkMINCImageAttributes.HasAttribute ( string  variable,
string  attribute 
) [virtual]

Check to see if a particular attribute exists.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

A diagnostic function. Print the header of the file in the same format as ncdump or mincheader.

virtual void Kitware.VTK.vtkMINCImageAttributes.Reset ( ) [virtual]

Reset all the attributes in preparation for loading new information.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMINCImageAttributes.SetAttributeValueAsArray ( string  variable,
string  attribute,
vtkDataArray  array 
) [virtual]

Set attribute values for a variable as a vtkDataArray. Set the variable to the empty string to access global attributes.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetAttributeValueAsDouble ( string  variable,
string  attribute,
double  value 
) [virtual]

Set an attribute value as a double. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetAttributeValueAsInt ( string  variable,
string  attribute,
int  value 
) [virtual]

Set an attribute value as an int. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetAttributeValueAsString ( string  variable,
string  attribute,
string  value 
) [virtual]

Set an attribute value as a string. Set the variable to the empty string to access global attributes. If you specify a variable that does not exist, it will be created.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetDataType ( int  _arg) [virtual]

Get the image data type, as stored on disk. This information is useful if the file was converted to floating-point when it was loaded. When writing a file from float or double image data, you can use this method to prescribe the output type.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetImageMax ( vtkDoubleArray  imageMax) [virtual]

Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetImageMin ( vtkDoubleArray  imageMin) [virtual]

Get the image min and max arrays. These are set by the reader, but they aren't used by the writer except to compute the full real data range of the original file.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetName ( string  _arg) [virtual]

Get the name of the image, not including the path or the extension. This is only needed for printing the header and there is usually no need to set it.

Get the number of ImageMinMax dimensions.

virtual void Kitware.VTK.vtkMINCImageAttributes.SetValidateAttributes ( int  _arg) [virtual]

Set this to Off if you do not want to automatically validate every attribute that is set.

Do a shallow copy. This will copy all the attributes from the source. It is much more efficient than a DeepCopy would be, since it only copies pointers to the attribute values instead of copying the arrays themselves. You must use this method to make a copy if you want to modify any MINC attributes from a MINCReader before you pass them to a MINCWriter.

virtual int Kitware.VTK.vtkMINCImageAttributes.ValidateAttribute ( string  varname,
string  attname,
vtkDataArray  array 
) [virtual]

Validate a particular attribute. This involves checking that the attribute is a MINC standard attribute, and checking whether it can be set (as opposed to being set automatically from the image information). The return values is 0 if the attribute is set automatically and therefore should not be copied from here, 1 if this attribute is valid and should be set, and 2 if the attribute is non-standard.

Set this to Off if you do not want to automatically validate every attribute that is set.

Set this to Off if you do not want to automatically validate every attribute that is set.

static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_AddDimension_01 ( HandleRef  pThis,
string  dimension 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_AddDimension_02 ( HandleRef  pThis,
string  dimension,
int  length 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_FindImageRange_03 ( HandleRef  pThis,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_FindValidRange_04 ( HandleRef  pThis,
IntPtr  range 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetAttributeNames_05 ( HandleRef  pThis,
string  variable,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetAttributeValueAsArray_06 ( HandleRef  pThis,
string  variable,
string  attribute,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetAttributeValueAsDouble_07 ( HandleRef  pThis,
string  variable,
string  attribute 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetAttributeValueAsInt_08 ( HandleRef  pThis,
string  variable,
string  attribute 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetAttributeValueAsString_09 ( HandleRef  pThis,
string  variable,
string  attribute 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetDataType_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetDimensionLengths_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetDimensionNames_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetImageMax_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetImageMin_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetName_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_GetVariableNames_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_HasAttribute_19 ( HandleRef  pThis,
string  variable,
string  attribute 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_PrintFileHeader_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_Reset_25 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SafeDownCast_26 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetAttributeValueAsArray_27 ( HandleRef  pThis,
string  variable,
string  attribute,
HandleRef  array 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetAttributeValueAsDouble_28 ( HandleRef  pThis,
string  variable,
string  attribute,
double  value 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetAttributeValueAsInt_29 ( HandleRef  pThis,
string  variable,
string  attribute,
int  value 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetAttributeValueAsString_30 ( HandleRef  pThis,
string  variable,
string  attribute,
string  value 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetDataType_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetImageMax_32 ( HandleRef  pThis,
HandleRef  imageMax 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetImageMin_33 ( HandleRef  pThis,
HandleRef  imageMin 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetName_34 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetNumberOfImageMinMaxDimensions_35 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_SetValidateAttributes_36 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_ShallowCopy_37 ( HandleRef  pThis,
HandleRef  source 
) [private]
static internal int Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_ValidateAttribute_38 ( HandleRef  pThis,
string  varname,
string  attname,
HandleRef  array 
) [private]
static internal void Kitware.VTK.vtkMINCImageAttributes.vtkMINCImageAttributes_ValidateAttributesOn_40 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMINCImageAttributes.MRClassNameKey = "22vtkMINCImageAttributes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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