ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Private Member Functions | List of all members
Kitware.VTK.vtkUniformGrid Class Reference

vtkUniformGrid - image data with blanking More...

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

Public Member Functions

 vtkUniformGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkUniformGrid ()
 Construct an empty uniform grid.
virtual void BlankCell (long ptId)
 Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.
virtual void BlankPoint (long ptId)
 Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.
override void CopyStructure (vtkDataSet ds)
 Copy the geometric and topological structure of an input image data object.
override void DeepCopy (vtkDataObject src)
 Shallow and Deep copy.
override vtkCell FindAndGetCell (IntPtr x, vtkCell cell, long cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override long FindCell (IntPtr x, vtkCell cell, long cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override long FindCell (IntPtr x, vtkCell cell, vtkGenericCell gencell, long cellId, double tol2, ref int subId, IntPtr pcoords, IntPtr weights)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override vtkCell GetCell (long cellId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetCell (long cellId, vtkGenericCell cell)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual byte GetCellBlanking ()
 Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
override void GetCellPoints (long cellId, vtkIdList ptIds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int GetCellType (long cellId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual vtkUnsignedCharArray GetCellVisibilityArray ()
 Get the array that defines the blanking (visibility) of each cell.
override int GetDataObjectType ()
 Return what type of dataset this is.
override int GetMaxCellSize ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual byte GetPointBlanking ()
 Returns 1 if there is any visibility constraint on the points, 0 otherwise.
override void GetPointCells (long ptId, vtkIdList cellIds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual vtkUnsignedCharArray GetPointVisibilityArray ()
 Get the array that defines the blanking (visibility) of each point.
override void Initialize ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override int IsA (string type)
 Construct an empty uniform grid.
virtual byte IsCellVisible (long cellId)
 Return non-zero value if specified cell is visible. These methods should be called only after the dimensions of the grid are set.
virtual byte IsPointVisible (long ptId)
 Return non-zero value if specified point is visible. These methods should be called only after the dimensions of the grid are set.
virtual vtkImageData NewImageDataCopy ()
 Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
new vtkUniformGrid NewInstance ()
 Construct an empty uniform grid.
virtual void SetCellVisibilityArray (vtkUnsignedCharArray pointVisibility)
 Set an array that defines the (blanking) visibility of the cells in the grid. Make sure that length of the visibility array matches the number of points in the grid.
virtual void SetPointVisibilityArray (vtkUnsignedCharArray pointVisibility)
 Set an array that defines the (blanking) visibility of the points in the grid. Make sure that length of the visibility array matches the number of points in the grid.
override void ShallowCopy (vtkDataObject src)
 Shallow and Deep copy.
virtual void UnBlankCell (long ptId)
 Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.
virtual void UnBlankPoint (long ptId)
 Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.
- Public Member Functions inherited from Kitware.VTK.vtkImageData
 vtkImageData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageData ()
 Undocumented Block
virtual void AllocateScalars ()
 Allocate the vtkScalars object associated with this object.
override void ComputeBounds ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual long ComputeCellId (IntPtr ijk)
 Given a location in structured coordinates (i-j-k), return the cell id.
void ComputeInternalExtent (IntPtr intExt, IntPtr tgtExt, IntPtr bnds)
 Given how many pixel are required on a side for bounrary conditions (in bnds), the target extent to traverse, compute the internal extent (the extent for this ImageData that does nto suffer from any boundary conditions) and place it in intExt
virtual long ComputePointId (IntPtr ijk)
 Given a location in structured coordinates (i-j-k), return the point id.
virtual int ComputeStructuredCoordinates (IntPtr x, IntPtr ijk, IntPtr pcoords)
 Convenience function computes the structured coordinates for a point x[3]. The voxel is specified by the array ijk[3], and the parametric coordinates in the cell are specified with pcoords[3]. The function returns a 0 if the point x is outside of the volume, and a 1 if inside the volume.
virtual void CopyAndCastFrom (vtkImageData inData, IntPtr extent)
 This method is passed a input and output region, and executes the filter algorithm to fill the output from the input. It just executes a switch statement to call the correct function for the regions data types.
virtual void CopyAndCastFrom (vtkImageData inData, int x0, int x1, int y0, int y1, int z0, int z1)
 This method is passed a input and output region, and executes the filter algorithm to fill the output from the input. It just executes a switch statement to call the correct function for the regions data types.
override void CopyInformationFromPipeline (vtkInformation request)
 Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
override void CopyInformationToPipeline (vtkInformation request, vtkInformation input, vtkInformation output, int forceCopy)
 Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
override void CopyTypeSpecificInformation (vtkDataObject image)
 Must only be called with vtkImageData (or subclass) as input
override void Crop ()
 Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent.
virtual new long FindPoint (double x, double y, double z)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override long FindPoint (IntPtr x)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override uint GetActualMemorySize ()
 Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE.
void GetArrayIncrements (vtkDataArray array, IntPtr increments)
 Since various arrays have different number of components, the will have different increments.
IntPtr GetArrayPointer (vtkDataArray array, IntPtr coordinates)
 These are convenience methods for getting a pointer from any filed array. It is a start at expanding image filters to process any array (not just scalars).
IntPtr GetArrayPointerForExtent (vtkDataArray array, IntPtr extent)
 These are convenience methods for getting a pointer from any filed array. It is a start at expanding image filters to process any array (not just scalars).
virtual void GetAxisUpdateExtent (int axis, ref int min, ref int max)
 Set / Get the extent on just one axis
override void GetCellBounds (long cellId, IntPtr bounds)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
virtual void GetContinuousIncrements (IntPtr extent, ref long incX, ref long incY, ref long incZ)
 Different ways to get the increments for moving around the data. incX is always returned with 0. incY is returned with the increment needed to move from the end of one X scanline of data to the start of the next line. incZ is filled in with the increment needed to move from the end of one image to the start of the next. The proper way to use these values is to for a loop over Z, Y, X, C, incrementing the pointer by 1 after each component. When the end of the component is reached, the pointer is set to the beginning of the next pixel, thus incX is properly set to 0.
virtual int GetDataDimension ()
 


virtual int[] GetDimensions ()
 Get dimensions of this structured points dataset. It is the number of points on each axis. Dimensions are computed from Extents during this call.
virtual void GetDimensions (IntPtr dims)
 Get dimensions of this structured points dataset. It is the number of points on each axis. Dimensions are computed from Extents during this call.
override uint GetEstimatedMemorySize ()
 Get the estimated size of this data object itself. Should be called after UpdateInformation() and PropagateUpdateExtent() have both been called. This estimate should be fairly accurate since this is structured data.
virtual int[] GetExtent ()
 Set/Get the extent. On each axis, the extent is defined by the index of the first point and the index of the last point. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). The dataset extent does not have to start at (0,0,0). (0,0,0) is just the extent of the origin. The first point (the one with Id=0) is at extent (Extent[0],Extent[2],Extent[4]). As for any dataset, a data array on point data starts at Id=0.
virtual void GetExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
 Set/Get the extent. On each axis, the extent is defined by the index of the first point and the index of the last point. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). The dataset extent does not have to start at (0,0,0). (0,0,0) is just the extent of the origin. The first point (the one with Id=0) is at extent (Extent[0],Extent[2],Extent[4]). As for any dataset, a data array on point data starts at Id=0.
virtual void GetExtent (IntPtr _arg)
 Set/Get the extent. On each axis, the extent is defined by the index of the first point and the index of the last point. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). The dataset extent does not have to start at (0,0,0). (0,0,0) is just the extent of the origin. The first point (the one with Id=0) is at extent (Extent[0],Extent[2],Extent[4]). As for any dataset, a data array on point data starts at Id=0.
override int GetExtentType ()
 The extent type is a 3D extent
virtual IntPtr GetIncrements ()
 Different ways to get the increments for moving around the data. GetIncrements() calls ComputeIncrements() to ensure the increments are up to date.
virtual void GetIncrements (ref long incX, ref long incY, ref long incZ)
 Different ways to get the increments for moving around the data. GetIncrements() calls ComputeIncrements() to ensure the increments are up to date.
virtual void GetIncrements (IntPtr inc)
 Different ways to get the increments for moving around the data. GetIncrements() calls ComputeIncrements() to ensure the increments are up to date.
override long GetNumberOfCells ()
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override long GetNumberOfPoints ()
 


int GetNumberOfScalarComponents ()
 Set/Get the number of scalar components for points. As with the SetScalarType method this is setting pipeline info.
virtual double[] GetOrigin ()
 Set/Get the origin of the dataset. The origin is the position in world coordinates of the point of extent (0,0,0). This point does not have to be part of the dataset, in other words, the dataset extent does not have to start at (0,0,0) and the origin can be outside of the dataset bounding box. The origin plus spacing determine the position in space of the points.
virtual void GetOrigin (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get the origin of the dataset. The origin is the position in world coordinates of the point of extent (0,0,0). This point does not have to be part of the dataset, in other words, the dataset extent does not have to start at (0,0,0) and the origin can be outside of the dataset bounding box. The origin plus spacing determine the position in space of the points.
virtual void GetOrigin (IntPtr _arg)
 Set/Get the origin of the dataset. The origin is the position in world coordinates of the point of extent (0,0,0). This point does not have to be part of the dataset, in other words, the dataset extent does not have to start at (0,0,0) and the origin can be outside of the dataset bounding box. The origin plus spacing determine the position in space of the points.
override double[] GetPoint (long ptId)
 Standard vtkDataSet API methods. See vtkDataSet for more information.
override void GetPoint (long id, IntPtr x)
 


virtual void GetPointGradient (int i, int j, int k, vtkDataArray s, IntPtr g)
 Given structured coordinates (i,j,k) for a point in a structured point dataset, compute the gradient vector from the scalar data at that point. The scalars s are the scalars from which the gradient is to be computed. This method will treat structured point datasets of any dimension.
virtual double GetScalarComponentAsDouble (int x, int y, int z, int component)
 For access to data from tcl
virtual float GetScalarComponentAsFloat (int x, int y, int z, int component)
 For access to data from tcl
virtual IntPtr GetScalarPointer (IntPtr coordinates)
 Access the native pointer for the scalar data
virtual IntPtr GetScalarPointer (int x, int y, int z)
 Access the native pointer for the scalar data
virtual IntPtr GetScalarPointer ()
 Access the native pointer for the scalar data
virtual IntPtr GetScalarPointerForExtent (IntPtr extent)
 Access the native pointer for the scalar data
virtual int GetScalarSize ()
 Get the size of the scalar type in bytes.
int GetScalarType ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
string GetScalarTypeAsString ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
virtual double GetScalarTypeMax ()
 These returns the minimum and maximum values the ScalarType can hold without overflowing.
virtual double GetScalarTypeMin ()
 These returns the minimum and maximum values the ScalarType can hold without overflowing.
virtual double[] GetSpacing ()
 Set the spacing (width,height,length) of the cubical cells that compose the data set.
virtual void GetSpacing (ref double _arg1, ref double _arg2, ref double _arg3)
 Set the spacing (width,height,length) of the cubical cells that compose the data set.
virtual void GetSpacing (IntPtr _arg)
 Set the spacing (width,height,length) of the cubical cells that compose the data set.
virtual void GetVoxelGradient (int i, int j, int k, vtkDataArray s, vtkDataArray g)
 Given structured coordinates (i,j,k) for a voxel cell, compute the eight gradient values for the voxel corners. The order in which the gradient vectors are arranged corresponds to the ordering of the voxel points. Gradient vector is computed by central differences (except on edges of volume where forward difference is used). The scalars s are the scalars from which the gradient is to be computed. This method will treat only 3D structured point datasets (i.e., volumes).
override void PrepareForNewData ()
 make the output data ready for new data to be inserted. For most objects we just call Initialize. But for image data we leave the old data in case the memory can be reused.
virtual void SetAxisUpdateExtent (int axis, int min, int max)
 Set / Get the extent on just one axis
virtual void SetDimensions (int i, int j, int k)
 
virtual void SetDimensions (IntPtr dims)
 
virtual void SetExtent (IntPtr extent)
 Set/Get the extent. On each axis, the extent is defined by the index of the first point and the index of the last point. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). The dataset extent does not have to start at (0,0,0). (0,0,0) is just the extent of the origin. The first point (the one with Id=0) is at extent (Extent[0],Extent[2],Extent[4]). As for any dataset, a data array on point data starts at Id=0.
virtual void SetExtent (int x1, int x2, int y1, int y2, int z1, int z2)
 Set/Get the extent. On each axis, the extent is defined by the index of the first point and the index of the last point. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). The dataset extent does not have to start at (0,0,0). (0,0,0) is just the extent of the origin. The first point (the one with Id=0) is at extent (Extent[0],Extent[2],Extent[4]). As for any dataset, a data array on point data starts at Id=0.
void SetNumberOfScalarComponents (int n)
 Set/Get the number of scalar components for points. As with the SetScalarType method this is setting pipeline info.
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Set/Get the origin of the dataset. The origin is the position in world coordinates of the point of extent (0,0,0). This point does not have to be part of the dataset, in other words, the dataset extent does not have to start at (0,0,0) and the origin can be outside of the dataset bounding box. The origin plus spacing determine the position in space of the points.
virtual void SetOrigin (IntPtr _arg)
 Set/Get the origin of the dataset. The origin is the position in world coordinates of the point of extent (0,0,0). This point does not have to be part of the dataset, in other words, the dataset extent does not have to start at (0,0,0) and the origin can be outside of the dataset bounding box. The origin plus spacing determine the position in space of the points.
virtual void SetScalarComponentFromDouble (int x, int y, int z, int component, double v)
 For access to data from tcl
virtual void SetScalarComponentFromFloat (int x, int y, int z, int component, float v)
 For access to data from tcl
void SetScalarType (int arg0)
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToChar ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToDouble ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToFloat ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToInt ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToLong ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToShort ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToSignedChar ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToUnsignedChar ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToUnsignedInt ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToUnsignedLong ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
void SetScalarTypeToUnsignedShort ()
 Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility
virtual void SetSpacing (double _arg1, double _arg2, double _arg3)
 Set the spacing (width,height,length) of the cubical cells that compose the data set.
virtual void SetSpacing (IntPtr _arg)
 Set the spacing (width,height,length) of the cubical cells that compose the data set.
override void UpdateInformation ()
 Override to copy information from pipeline information to data information for backward compatibility. See vtkDataObject::UpdateInformation for details.
System.Drawing.Bitmap ToBitmap ()
- Public Member Functions inherited from Kitware.VTK.vtkDataSet
 vtkDataSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
int CheckAttributes ()
 This method checks to see if the cell and point attributes match the geometry. Many filters will crash if the number of tupples in an array is less than the number of points/cells. This method returns 1 if there is a mismatch, and 0 if everything is ok. It prints an error if an array is too short, and a warning if an array is too long.
virtual void CopyAttributes (vtkDataSet ds)
 Copy the attributes associated with the specified dataset to this instance of vtkDataSet. THIS METHOD IS NOT THREAD SAFE.
virtual void GenerateGhostLevelArray ()
 Normally called by pipeline executives or algoritgms only. This method computes the ghost arrays for a given dataset.
override vtkFieldData GetAttributesAsFieldData (int type)
 Returns the attributes of the data object as a vtkFieldData. This returns non-null values in all the same cases as GetAttributes, in addition to the case of FIELD, which will return the field data for any vtkDataObject subclass.
double[] GetBounds ()
 Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). THIS METHOD IS NOT THREAD SAFE.
void GetBounds (IntPtr bounds)
 Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
vtkCellData GetCellData ()
 Return a pointer to this dataset's cell data. THIS METHOD IS THREAD SAFE
virtual void GetCellNeighbors (long cellId, vtkIdList ptIds, vtkIdList cellIds)
 Topological inquiry to get all cells using list of points exclusive of cell specified (e.g., cellId). Note that the list consists of only cells that use ALL the points provided. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
virtual void GetCellTypes (vtkCellTypes types)
 Get a list of types of cells in a dataset. The list consists of an array of types (not necessarily in any order), with a single entry per type. For example a dataset 5 triangles, 3 lines, and 100 hexahedra would result a list of three entries, corresponding to the types VTK_TRIANGLE, VTK_LINE, and VTK_HEXAHEDRON. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
double[] GetCenter ()
 Get the center of the bounding box. THIS METHOD IS NOT THREAD SAFE.
void GetCenter (IntPtr center)
 Get the center of the bounding box. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
double GetLength ()
 Return the length of the diagonal of the bounding box. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
override uint GetMTime ()
 Datasets are composite objects and need to check each part for MTime THIS METHOD IS THREAD SAFE
override long GetNumberOfElements (int type)
 Get the number of elements for a specific attribute type (POINT, CELL, etc.).
vtkPointData GetPointData ()
 Return a pointer to this dataset's point data. THIS METHOD IS THREAD SAFE
virtual void GetScalarRange (IntPtr range)
 Convenience method to get the range of the scalar data (if there is any scalar data). Returns the (min/max) range of combined point and cell data. If there are no point or cell scalars the method will return (0,1). Note: Update needs to be called to create the scalars. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
double[] GetScalarRange ()
 Convenience method to get the range of the scalar data (if there is any scalar data). THIS METHOD IS NOT THREAD SAFE.
virtual void Squeeze ()
 Reclaim any extra memory used to store data. THIS METHOD IS NOT THREAD SAFE.
- Public Member Functions inherited from Kitware.VTK.vtkDataObject
 vtkDataObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObject ()
 Undocumented Block
override void Register (vtkObjectBase o)
 Handle the source/data loop.
void CopyInformation (vtkDataObject data)
 Copy the generic information (WholeExtent ...)
void CopyInformationToPipeline (vtkInformation request, vtkInformation input)
 Calls CopyInformationToPipeline(request, input, this->PipelineInformation, 0). Subclasses should not override this method (not virtual)
void DataHasBeenGenerated ()
 This method is called by the source when it executes to generate data. It is sort of the opposite of ReleaseData. It sets the DataReleased flag to 0, and sets a new UpdateTime.
virtual int GetAttributeTypeForArray (vtkAbstractArray arr)
 Retrieves the attribute type that an array came from. This is useful for obtaining which attribute type a input array to an algorithm came from (retrieved from GetInputAbstractArrayToProcesss).
virtual vtkDataSetAttributes GetAttributes (int type)
 Returns the attributes of the data object of the specified attribute type. The type may be: <ul> <li>POINT - Defined in vtkDataSet subclasses. <li>CELL - Defined in vtkDataSet subclasses. <li>VERTEX - Defined in vtkGraph subclasses. <li>EDGE - Defined in vtkGraph subclasses. <li>ROW - Defined in vtkTable. </ul> The other attribute type, FIELD, will return NULL since field data is stored as a vtkFieldData instance, not a vtkDataSetAttributes instance. To retrieve field data, use GetAttributesAsFieldData.
virtual int GetDataReleased ()
 Get the flag indicating the data has been released.
vtkExtentTranslator GetExtentTranslator ()
 An object that will translate pieces into structured extents.
virtual vtkFieldData GetFieldData ()
 Assign or retrieve a general field data to this data object.
virtual vtkInformation GetInformation ()
 Set/Get the information object associated with this data object.
virtual int GetMaximumNumberOfPieces ()
 Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.
virtual vtkInformation GetPipelineInformation ()
 Get/Set the pipeline information object that owns this data object.
uint GetPipelineMTime ()
 Get the cumulative modified time of everything upstream. Does not include the MTime of this object.
virtual vtkAlgorithmOutput GetProducerPort ()
 Get the port currently producing this object.
int GetReleaseDataFlag ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual int GetRequestExactExtent ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
virtual vtkSource GetSource ()
 Set/Get the source object creating this data object.
virtual int[] GetUpdateExtent ()
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void GetUpdateExtent (ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void GetUpdateExtent (IntPtr extent)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual int GetUpdateGhostLevel ()
 Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.
virtual int GetUpdateNumberOfPieces ()
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
virtual int GetUpdatePiece ()
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
uint GetUpdateTime ()
 Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).
virtual double[] GetWholeBoundingBox ()
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void GetWholeBoundingBox (ref double x0, ref double x1, ref double y0, ref double y1, ref double z0, ref double z1)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void GetWholeBoundingBox (IntPtr extent)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual int[] GetWholeExtent ()
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void GetWholeExtent (ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void GetWholeExtent (IntPtr extent)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
void GlobalReleaseDataFlagOff ()
 Turn on/off flag to control whether every object releases its data after being used by a filter.
void GlobalReleaseDataFlagOn ()
 Turn on/off flag to control whether every object releases its data after being used by a filter.
virtual void PropagateUpdateExtent ()
 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.
void ReleaseData ()
 Release data back to system to conserve memory resource. Used during visualization network execution. Releasing this data does not make down-stream data invalid, so it does not modify the MTime of this data object.
virtual void ReleaseDataFlagOff ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void ReleaseDataFlagOn ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void RequestExactExtentOff ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
virtual void RequestExactExtentOn ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
void SetExtentTranslator (vtkExtentTranslator translator)
 An object that will translate pieces into structured extents.
virtual void SetFieldData (vtkFieldData arg0)
 Assign or retrieve a general field data to this data object.
virtual void SetInformation (vtkInformation arg0)
 Set/Get the information object associated with this data object.
virtual void SetMaximumNumberOfPieces (int arg0)
 Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.
virtual void SetPipelineInformation (vtkInformation arg0)
 Get/Set the pipeline information object that owns this data object.
void SetReleaseDataFlag (int arg0)
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void SetRequestExactExtent (int flag)
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
void SetSource (vtkSource s)
 Set/Get the source object creating this data object.
virtual void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.
void SetUpdateExtent (int piece, int numPieces)
 A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.
virtual void SetUpdateExtent (int x0, int x1, int y0, int y1, int z0, int z1)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void SetUpdateExtent (IntPtr extent)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
void SetUpdateExtentToWholeExtent ()
 If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called)
void SetUpdateGhostLevel (int level)
 Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.
void SetUpdateNumberOfPieces (int num)
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
void SetUpdatePiece (int piece)
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
virtual void SetWholeBoundingBox (double x0, double x1, double y0, double y1, double z0, double z1)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void SetWholeBoundingBox (IntPtr bb)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void SetWholeExtent (int x0, int x1, int y0, int y1, int z0, int z1)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void SetWholeExtent (IntPtr extent)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
int ShouldIReleaseData ()
 Return flag indicating whether data should be released after use by a filter.
virtual void TriggerAsynchronousUpdate ()
 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.
virtual void Update ()
 Provides opportunity for the data object to insure internal consistency before access. Also causes owning source/filter (if any) to update itself. The Update() method is composed of UpdateInformation(), PropagateUpdateExtent(), TriggerAsynchronousUpdate(), and UpdateData().
virtual void UpdateData ()
 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.
- Public Member Functions inherited from Kitware.VTK.vtkObject
 vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkObject ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
uint AddObserver (uint arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
uint AddObserver (string arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
virtual void DebugOff ()
 Turn debugging output off.
virtual void DebugOn ()
 Turn debugging output on.
vtkCommand GetCommand (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
byte GetDebug ()
 Get the value of the debug flag.
int HasObserver (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (uint arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (string arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
virtual void Modified ()
 Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer.
void RemoveAllObservers ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObserver (vtkCommand arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObserver (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void SetDebug (byte debugFlag)
 Set the value of the debug flag. A non-zero value turns debugging on.
override string ToString ()
 Returns the result of calling vtkObject::Print as a C# string.
delegate void vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e)
 Generic signature for all vtkObject events.
void RemoveAllHandlersForAllEvents ()
 Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen...
- Public Member Functions inherited from Kitware.VTK.vtkObjectBase
 vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkObjectBase ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void FastDelete ()
 Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done.
string GetClassName ()
 Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h.
int GetReferenceCount ()
 Return the current reference count of this object.
void SetReferenceCount (int arg0)
 Sets the reference count. (This is very dangerous, use with care.)

Static Public Member Functions

static new vtkUniformGrid New ()
 Construct an empty uniform grid.
static new vtkUniformGrid GetData (vtkInformation info)
 Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
static new vtkUniformGrid GetData (vtkInformationVector v, int i)
 Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
static new int IsTypeOf (string type)
 Construct an empty uniform grid.
static new vtkUniformGrid SafeDownCast (vtkObjectBase o)
 Construct an empty uniform grid.
- Static Public Member Functions inherited from Kitware.VTK.vtkImageData
static vtkImageData FromImage (System.Drawing.Image img)
 Creates a vtkImageData object from a System.Drawing.Image /summary> param name="img">The System.Drawing.Image to convert
static vtkImageData FromImage (System.Drawing.Image img, int numberOfScalarComponents)

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkUniformGrid"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkImageData
new const string MRFullTypeName = "Kitware.VTK.vtkImageData"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkDataSet
new const string MRFullTypeName = "Kitware.VTK.vtkDataSet"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkDataObject
new const string MRFullTypeName = "Kitware.VTK.vtkDataObject"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkObject
new const string MRFullTypeName = "Kitware.VTK.vtkObject"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkObjectBase
new const string MRFullTypeName = "Kitware.VTK.vtkObjectBase"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.WrappedObject
const string vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so"
 Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable.
const string vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so"
 Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable.
const string vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so"
 Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable.
const string vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so"
 Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable.
const string vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so"
 Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable.
const string vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so"
 Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable.
const string vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so"
 Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable.
const string vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so"
 Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable.
const string vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so"
 Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable.
const string vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so"
 Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable.
const string vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so"
 Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable.
const string vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so"
 Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable.
const string vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so"
 Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable.
const string vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so"
 Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable.
const string vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so"
 Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable.

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkUniformGrid"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkImageData
static new readonly string MRClassNameKey = "12vtkImageData"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkDataSet
static new readonly string MRClassNameKey = "10vtkDataSet"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkDataObject
static new readonly string MRClassNameKey = "13vtkDataObject"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkObject
static new readonly string MRClassNameKey = "9vtkObject"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkObjectBase
static new readonly string MRClassNameKey = "13vtkObjectBase"
 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.

Static Private Member Functions

static vtkUniformGrid ()
 Automatically generated type registration mechanics.

Additional Inherited Members

- Public Types inherited from Kitware.VTK.vtkDataSet
enum  FieldDataType { CELL_DATA_FIELD = 2, DATA_OBJECT_FIELD = 0, POINT_DATA_FIELD = 1 }
 Shallow and Deep copy. More...
- Properties inherited from Kitware.VTK.vtkObject
Kitware.VTK.vtkObject.vtkObjectEventHandler AbortCheckEvt
 The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler AnimationCueTickEvt
 The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler AnyEvt
 The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CharEvt
 The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConfigureEvt
 The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionClosedEvt
 The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionCreatedEvt
 The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CreateTimerEvt
 The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CursorChangedEvt
 The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DeleteEvt
 The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DestroyTimerEvt
 The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DisableEvt
 The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DomainModifiedEvt
 The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EnableEvt
 The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndAnimationCueEvt
 The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndEvt
 The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndInteractionEvt
 The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndPickEvt
 The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndWindowLevelEvt
 The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EnterEvt
 The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ErrorEvt
 The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExecuteInformationEvt
 The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExitEvt
 The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExposeEvt
 The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler InteractionEvt
 The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyPressEvt
 The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyReleaseEvt
 The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeaveEvt
 The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonPressEvt
 The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonReleaseEvt
 The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonPressEvt
 The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonReleaseEvt
 The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ModifiedEvt
 The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseMoveEvt
 The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelBackwardEvt
 The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelForwardEvt
 The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PickEvt
 The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PlacePointEvt
 The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PlaceWidgetEvt
 The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ProgressEvt
 The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PropertyModifiedEvt
 The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RegisterEvt
 The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderEvt
 The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderWindowMessageEvt
 The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraClippingRangeEvt
 The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraEvt
 The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetWindowLevelEvt
 The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonPressEvt
 The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonReleaseEvt
 The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler SelectionChangedEvt
 The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler SetOutputEvt
 The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartAnimationCueEvt
 The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartEvt
 The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartInteractionEvt
 The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartPickEvt
 The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartWindowLevelEvt
 The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler TimerEvt
 The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UnRegisterEvt
 The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateEvt
 The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateInformationEvt
 The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdatePropertyEvt
 The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsEndEvt
 The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsProgressEvt
 The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsStartEvt
 The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderEndEvt
 The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderProgressEvt
 The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderStartEvt
 The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WarningEvt
 The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetActivateEvt
 The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetModifiedEvt
 The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetValueChangedEvt
 The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WindowLevelEvt
 The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WrongTagEvt
 The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter.

Detailed Description

vtkUniformGrid - image data with blanking

Description vtkUniformGrid is a subclass of vtkImageData. In addition to all the image data functionality, it supports blanking.

Constructor & Destructor Documentation

static Kitware.VTK.vtkUniformGrid.vtkUniformGrid ( )
staticprivate

Automatically generated type registration mechanics.

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

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

Kitware.VTK.vtkUniformGrid.vtkUniformGrid ( )

Construct an empty uniform grid.

Member Function Documentation

virtual void Kitware.VTK.vtkUniformGrid.BlankCell ( long  ptId)
virtual

Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.

virtual void Kitware.VTK.vtkUniformGrid.BlankPoint ( long  ptId)
virtual

Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.

override void Kitware.VTK.vtkUniformGrid.CopyStructure ( vtkDataSet  ds)
virtual

Copy the geometric and topological structure of an input image data object.

Reimplemented from Kitware.VTK.vtkImageData.

override void Kitware.VTK.vtkUniformGrid.DeepCopy ( vtkDataObject  src)
virtual

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkImageData.

override void Kitware.VTK.vtkUniformGrid.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.vtkImageData.

override vtkCell Kitware.VTK.vtkUniformGrid.FindAndGetCell ( IntPtr  x,
vtkCell  cell,
long  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

override long Kitware.VTK.vtkUniformGrid.FindCell ( IntPtr  x,
vtkCell  cell,
long  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

override long Kitware.VTK.vtkUniformGrid.FindCell ( IntPtr  x,
vtkCell  cell,
vtkGenericCell  gencell,
long  cellId,
double  tol2,
ref int  subId,
IntPtr  pcoords,
IntPtr  weights 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

override vtkCell Kitware.VTK.vtkUniformGrid.GetCell ( long  cellId)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

override void Kitware.VTK.vtkUniformGrid.GetCell ( long  cellId,
vtkGenericCell  cell 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

virtual byte Kitware.VTK.vtkUniformGrid.GetCellBlanking ( )
virtual

Returns 1 if there is any visibility constraint on the cells, 0 otherwise.

override void Kitware.VTK.vtkUniformGrid.GetCellPoints ( long  cellId,
vtkIdList  ptIds 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

override int Kitware.VTK.vtkUniformGrid.GetCellType ( long  cellId)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

virtual vtkUnsignedCharArray Kitware.VTK.vtkUniformGrid.GetCellVisibilityArray ( )
virtual

Get the array that defines the blanking (visibility) of each cell.

Here is the call graph for this function:

static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.GetData ( vtkInformation  info)
static

Returns 1 if there is any visibility constraint on the cells, 0 otherwise.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.GetData ( vtkInformationVector  v,
int  i 
)
static

Returns 1 if there is any visibility constraint on the cells, 0 otherwise.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

override int Kitware.VTK.vtkUniformGrid.GetDataObjectType ( )
virtual

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkImageData.

override int Kitware.VTK.vtkUniformGrid.GetMaxCellSize ( )
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

virtual byte Kitware.VTK.vtkUniformGrid.GetPointBlanking ( )
virtual

Returns 1 if there is any visibility constraint on the points, 0 otherwise.

override void Kitware.VTK.vtkUniformGrid.GetPointCells ( long  ptId,
vtkIdList  cellIds 
)
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

virtual vtkUnsignedCharArray Kitware.VTK.vtkUniformGrid.GetPointVisibilityArray ( )
virtual

Get the array that defines the blanking (visibility) of each point.

Here is the call graph for this function:

override void Kitware.VTK.vtkUniformGrid.Initialize ( )
virtual

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from Kitware.VTK.vtkImageData.

override int Kitware.VTK.vtkUniformGrid.IsA ( string  type)
virtual

Construct an empty uniform grid.

Reimplemented from Kitware.VTK.vtkImageData.

virtual byte Kitware.VTK.vtkUniformGrid.IsCellVisible ( long  cellId)
virtual

Return non-zero value if specified cell is visible. These methods should be called only after the dimensions of the grid are set.

virtual byte Kitware.VTK.vtkUniformGrid.IsPointVisible ( long  ptId)
virtual

Return non-zero value if specified point is visible. These methods should be called only after the dimensions of the grid are set.

static new int Kitware.VTK.vtkUniformGrid.IsTypeOf ( string  type)
static

Construct an empty uniform grid.

Reimplemented from Kitware.VTK.vtkImageData.

static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.New ( )
static

Construct an empty uniform grid.

Reimplemented from Kitware.VTK.vtkImageData.

virtual vtkImageData Kitware.VTK.vtkUniformGrid.NewImageDataCopy ( )
virtual

Returns 1 if there is any visibility constraint on the cells, 0 otherwise.

Here is the call graph for this function:

new vtkUniformGrid Kitware.VTK.vtkUniformGrid.NewInstance ( )

Construct an empty uniform grid.

Reimplemented from Kitware.VTK.vtkImageData.

static new vtkUniformGrid Kitware.VTK.vtkUniformGrid.SafeDownCast ( vtkObjectBase  o)
static

Construct an empty uniform grid.

Reimplemented from Kitware.VTK.vtkImageData.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkUniformGrid.SetCellVisibilityArray ( vtkUnsignedCharArray  pointVisibility)
virtual

Set an array that defines the (blanking) visibility of the cells in the grid. Make sure that length of the visibility array matches the number of points in the grid.

virtual void Kitware.VTK.vtkUniformGrid.SetPointVisibilityArray ( vtkUnsignedCharArray  pointVisibility)
virtual

Set an array that defines the (blanking) visibility of the points in the grid. Make sure that length of the visibility array matches the number of points in the grid.

override void Kitware.VTK.vtkUniformGrid.ShallowCopy ( vtkDataObject  src)
virtual

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkImageData.

virtual void Kitware.VTK.vtkUniformGrid.UnBlankCell ( long  ptId)
virtual

Methods for supporting blanking of cells. Blanking turns on or off cells in the structured grid. These methods should be called only after the dimensions of the grid are set.

virtual void Kitware.VTK.vtkUniformGrid.UnBlankPoint ( long  ptId)
virtual

Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. These methods should be called only after the dimensions of the grid are set.

Member Data Documentation

new readonly string Kitware.VTK.vtkUniformGrid.MRClassNameKey = "14vtkUniformGrid"
static

Automatically generated type registration mechanics.

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

Automatically generated type registration mechanics.


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