ActiViz .NET
5.10.1
|
vtkReebGraph - Reeb graph computation for PL scalar fields. More...
Public Member Functions | |
vtkReebGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkReebGraph () | |
Undocumented Block More... | |
int | Build (vtkPolyData mesh, vtkDataArray scalarField) |
Build the Reeb graph of the field 'scalarField' defined on the surface mesh 'mesh'. More... | |
int | Build (vtkUnstructuredGrid mesh, vtkDataArray scalarField) |
Build the Reeb graph of the field 'scalarField' defined on the volume mesh 'mesh'. More... | |
int | Build (vtkPolyData mesh, long scalarFieldId) |
Build the Reeb graph of the field given by the Id 'scalarFieldId', defined on the surface mesh 'mesh'. More... | |
int | Build (vtkUnstructuredGrid mesh, long scalarFieldId) |
Build the Reeb graph of the field given by the Id 'scalarFieldId', defined on the volume mesh 'mesh'. More... | |
int | Build (vtkPolyData mesh, string scalarFieldName) |
Build the Reeb graph of the field given by the name 'scalarFieldName', defined on the surface mesh 'mesh'. More... | |
int | Build (vtkUnstructuredGrid mesh, string scalarFieldName) |
Build the Reeb graph of the field given by the name 'scalarFieldName', defined on the volume mesh 'mesh'. More... | |
void | CloseStream () |
Finalize internal data structures, in the case of streaming computations (with StreamTriangle or StreamTetrahedron). After this call, no more triangle or tetrahedron can be inserted via StreamTriangle or StreamTetrahedron. IMPORTANT: This method must be called when the input stream is finished. If you need to get a snapshot of the Reeb graph during the streaming process (to parse or simplify it), do a DeepCopy followed by a CloseStream on the copy. More... | |
override void | DeepCopy (vtkDataObject src) |
Descrition: Implements deep copy More... | |
override int | GetDataObjectType () |
Return class name of data type. This is one of VTK_STRUCTURED_GRID, VTK_STRUCTURED_POINTS, VTK_UNSTRUCTURED_GRID, VTK_POLY_DATA, or VTK_RECTILINEAR_GRID (see vtkSetGet.h for definitions). THIS METHOD IS THREAD SAFE More... | |
override int | IsA (string type) |
Undocumented Block More... | |
new vtkReebGraph | NewInstance () |
Undocumented Block More... | |
void | Set (vtkMutableDirectedGraph g) |
Use a pre-defined Reeb graph (post-processing). Use with caution! More... | |
int | Simplify (double simplificationThreshold, vtkReebGraphSimplificationMetric simplificationMetric) |
Simplify the Reeb graph given a threshold 'simplificationThreshold' (between 0 and 1). More... | |
int | StreamTetrahedron (long vertex0Id, double scalar0, long vertex1Id, double scalar1, long vertex2Id, double scalar2, long vertex3Id, double scalar3) |
Streaming Reeb graph computation. Add to the streaming computation the tetrahedra of the vtkUnstructuredGrid volume mesh described by vertex0Id, scalar0 vertex1Id, scalar1 vertex2Id, scalar2 vertex3Id, scalar3 More... | |
int | StreamTriangle (long vertex0Id, double scalar0, long vertex1Id, double scalar1, long vertex2Id, double scalar2) |
Streaming Reeb graph computation. Add to the streaming computation the triangle of the vtkPolyData surface mesh described by vertex0Id, scalar0 vertex1Id, scalar1 vertex2Id, scalar2 More... | |
![]() | |
vtkMutableDirectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkMutableDirectedGraph () | |
Undocumented Block More... | |
long | AddChild (long parent, vtkVariantArray propertyArr) |
Convenience method for creating trees. Returns the newly created vertex id. Shortcut for More... | |
long | AddChild (long parent) |
Convenience method for creating trees. Returns the newly created vertex id. Shortcut for More... | |
vtkGraphEdge | AddGraphEdge (long u, long v) |
Variant of AddEdge() that returns a heavyweight vtkGraphEdge object. The graph owns the reference of the edge and will replace its contents on the next call to AddGraphEdge(). More... | |
long | AddVertex () |
Adds a vertex to the graph and returns the index of the new vertex. More... | |
long | AddVertex (vtkVariantArray propertyArr) |
Adds a vertex to the graph with associated properties defined in propertyArr and returns the index of the new vertex. The number and order of values in propertyArr must match up with the arrays in the vertex data retrieved by GetVertexData(). More... | |
void | LazyAddEdge (long u, long v, vtkVariantArray propertyArr) |
Adds a directed edge from u to v , where u and v are vertex indices. More... | |
void | LazyAddVertex () |
Adds a vertex to the graph. More... | |
void | LazyAddVertex (vtkVariantArray propertyArr) |
Adds a vertex to the graph with associated properties defined in propertyArr . The number and order of values in propertyArr must match up with the arrays in the vertex data retrieved by GetVertexData(). More... | |
new vtkMutableDirectedGraph | NewInstance () |
Undocumented Block More... | |
void | RemoveEdge (long e) |
Removes the edge from the graph. Note: This invalidates the last edge index, which is reassigned to e. More... | |
void | RemoveEdges (vtkIdTypeArray arr) |
Removes a collection of edges from the graph. More... | |
void | RemoveVertex (long v) |
Removes the vertex from the graph along with any connected edges. Note: This invalidates the last vertex index, which is reassigned to v. More... | |
void | RemoveVertices (vtkIdTypeArray arr) |
Removes a collection of vertices from the graph along with any connected edges. More... | |
virtual long | SetNumberOfVertices (long numVerts) |
Allocates space for the specified number of vertices in the graph's internal data structures. More... | |
![]() | |
vtkDirectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkDirectedGraph () | |
Undocumented Block More... | |
virtual bool | IsStructureValid (vtkGraph g) |
Check the storage, and accept it if it is a valid undirected graph. This is public to allow the ToDirected/UndirectedGraph to work. More... | |
new vtkDirectedGraph | NewInstance () |
Undocumented Block More... | |
![]() | |
vtkGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
void | AddEdgePoint (long e, IntPtr x) |
ETX More... | |
void | AddEdgePoint (long e, double x, double y, double z) |
ETX More... | |
virtual bool | CheckedDeepCopy (vtkGraph g) |
ETX More... | |
virtual bool | CheckedShallowCopy (vtkGraph g) |
ETX More... | |
void | ClearEdgePoints (long e) |
ETX More... | |
void | ComputeBounds () |
Compute the bounds of the graph. In a distributed graph, this computes the bounds around the local part of the graph. More... | |
virtual void | CopyStructure (vtkGraph g) |
ETX More... | |
void | DeepCopyEdgePoints (vtkGraph g) |
ETX More... | |
void | Dump () |
ETX More... | |
virtual void | GetAdjacentVertices (long v, vtkAdjacentVertexIterator it) |
Initializes the adjacent vertex iterator to iterate over all outgoing vertices from vertex v. For an undirected graph, returns all adjacent vertices. In a distributed graph, the vertex v must be local to this processor. More... | |
override vtkFieldData | GetAttributesAsFieldData (int type) |
ETX More... | |
IntPtr | GetBounds () |
Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). In a distributed graph, this computes the bounds around the local part of the graph. More... | |
void | GetBounds (IntPtr bounds) |
Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). In a distributed graph, this computes the bounds around the local part of the graph. More... | |
virtual long | GetDegree (long v) |
The total of all incoming and outgoing vertices for vertex v. For undirected graphs, this is simply the number of edges incident to v. In a distributed graph, the vertex v must be local to this processor. More... | |
vtkDistributedGraphHelper | GetDistributedGraphHelper () |
Retrieves the distributed graph helper for this graph More... | |
virtual vtkDataSetAttributes | GetEdgeData () |
Get the vertex or edge data. More... | |
long | GetEdgeId (long a, long b) |
ETX More... | |
double[] | GetEdgePoint (long e, long i) |
ETX More... | |
virtual void | GetEdges (vtkEdgeListIterator it) |
Initializes the edge list iterator to iterate over all edges in the graph. Edges may not be traversed in order of increasing edge id. In a distributed graph, this returns edges that are stored locally. More... | |
vtkGraphInternals | GetGraphInternals (bool modifying) |
ETX More... | |
virtual long | GetInDegree (long v) |
The number of incoming edges to vertex v. For undirected graphs, returns the same as GetDegree(). In a distributed graph, the vertex v must be local to this processor. More... | |
virtual void | GetInEdge (long v, long index, vtkGraphEdge e) |
Random-access method for retrieving incoming edges to vertex v. The method fills the vtkGraphEdge instance with the id, source, and target of the edge. This method is provided for wrappers, GetInEdge(vtkIdType, vtkIdType) is preferred. More... | |
virtual void | GetInEdges (long v, vtkInEdgeIterator it) |
Initializes the in edge iterator to iterate over all incoming edges to vertex v. For an undirected graph, returns all incident edges. In a distributed graph, the vertex v must be local to this processor. More... | |
void | GetInducedEdges (vtkIdTypeArray verts, vtkIdTypeArray edges) |
ETX More... | |
override uint | GetMTime () |
The modified time of the graph. More... | |
long | GetNumberOfEdgePoints (long e) |
ETX More... | |
virtual long | GetNumberOfEdges () |
The number of edges in the graph. In a distributed graph, this returns the number of edges stored locally. More... | |
override long | GetNumberOfElements (int type) |
ETX More... | |
virtual long | GetNumberOfVertices () |
The number of vertices in the graph. In a distributed graph, returns the number of local vertices in the graph. More... | |
virtual long | GetOutDegree (long v) |
The number of outgoing edges from vertex v. For undirected graphs, returns the same as GetDegree(). In a distributed graph, the vertex v must be local to this processor. More... | |
virtual void | GetOutEdge (long v, long index, vtkGraphEdge e) |
Random-access method for retrieving outgoing edges from vertex v. The method fills the vtkGraphEdge instance with the id, source, and target of the edge. This method is provided for wrappers, GetOutEdge(vtkIdType, vtkIdType) is preferred. More... | |
virtual void | GetOutEdges (long v, vtkOutEdgeIterator it) |
Initializes the out edge iterator to iterate over all outgoing edges of vertex v. For an undirected graph, returns all incident edges. In a distributed graph, the vertex v must be local to this processor. More... | |
IntPtr | GetPoint (long ptId) |
These methods return the point (0,0,0) until the points structure is created, when it returns the actual point position. In a distributed graph, only the points for local vertices can be retrieved. More... | |
void | GetPoint (long ptId, IntPtr x) |
These methods return the point (0,0,0) until the points structure is created, when it returns the actual point position. In a distributed graph, only the points for local vertices can be retrieved. More... | |
vtkPoints | GetPoints () |
Returns the points array for this graph. If points is not yet constructed, generates and returns a new points array filled with (0,0,0) coordinates. In a distributed graph, only the points for local vertices can be retrieved or modified. More... | |
long | GetSourceVertex (long e) |
ETX More... | |
long | GetTargetVertex (long e) |
ETX More... | |
virtual vtkDataSetAttributes | GetVertexData () |
Get the vertex or edge data. More... | |
virtual void | GetVertices (vtkVertexListIterator it) |
Initializes the vertex list iterator to iterate over all vertices in the graph. In a distributed graph, the iterator traverses all local vertices. More... | |
override void | Initialize () |
Initialize to an empty graph. More... | |
bool | IsSameStructure (vtkGraph other) |
ETX More... | |
new vtkGraph | NewInstance () |
Undocumented Block More... | |
void | ReorderOutVertices (long v, vtkIdTypeArray vertices) |
ETX More... | |
void | SetDistributedGraphHelper (vtkDistributedGraphHelper helper) |
BTX Sets the distributed graph helper of this graph, turning it into a distributed graph. This operation can only be executed on an empty graph. More... | |
void | SetEdgePoint (long e, long i, IntPtr x) |
ETX More... | |
void | SetEdgePoint (long e, long i, double x, double y, double z) |
ETX More... | |
void | SetEdgePoints (long e, long npts, IntPtr pts) |
ETX More... | |
virtual void | SetPoints (vtkPoints points) |
Returns the points array for this graph. If points is not yet constructed, generates and returns a new points array filled with (0,0,0) coordinates. In a distributed graph, only the points for local vertices can be retrieved or modified. More... | |
override void | ShallowCopy (vtkDataObject obj) |
ETX More... | |
void | ShallowCopyEdgePoints (vtkGraph g) |
ETX More... | |
virtual void | Squeeze () |
ETX More... | |
bool | ToDirectedGraph (vtkDirectedGraph g) |
ETX More... | |
bool | ToUndirectedGraph (vtkUndirectedGraph g) |
ETX More... | |
![]() | |
vtkDataObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkDataObject () | |
Undocumented Block More... | |
override void | Register (vtkObjectBase o) |
Handle the source/data loop. More... | |
void | CopyInformation (vtkDataObject data) |
Copy the generic information (WholeExtent ...) More... | |
virtual void | CopyInformationFromPipeline (vtkInformation request) |
Copy information about this data object from the PipelineInformation to its own Information for the given request. More... | |
virtual void | CopyInformationToPipeline (vtkInformation request, vtkInformation input, vtkInformation output, int forceCopy) |
Copy information about this data object to the output information from its own Information for the given request. If the second argument is not NULL then it is the pipeline information object for the input to this data object's producer. If forceCopy is true, information is copied even if it exists in the output. More... | |
void | CopyInformationToPipeline (vtkInformation request, vtkInformation input) |
Calls CopyInformationToPipeline(request, input, this->PipelineInformation, 0). Subclasses should not override this method (not virtual) More... | |
virtual void | CopyTypeSpecificInformation (vtkDataObject data) |
By default, there is no type specific information More... | |
virtual void | Crop () |
This method crops the data object (if necesary) so that the extent matches the update extent. More... | |
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. More... | |
virtual 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). More... | |
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). More... | |
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. More... | |
virtual int | GetDataReleased () |
Get the flag indicating the data has been released. More... | |
virtual uint | GetEstimatedMemorySize () |
Get the estimated size of this data object itself. Should be called after UpdateInformation() and PropagateUpdateExtent() have both been called. Should be overridden in a subclass - otherwise the default is to assume that this data object requires no memory. The size is returned in kilobytes. More... | |
vtkExtentTranslator | GetExtentTranslator () |
An object that will translate pieces into structured extents. More... | |
virtual int | GetExtentType () |
The ExtentType will be left as VTK_PIECES_EXTENT for data objects such as vtkPolyData and vtkUnstructuredGrid. The ExtentType will be changed to VTK_3D_EXTENT for data objects with 3D structure such as vtkImageData (and its subclass vtkStructuredPoints), vtkRectilinearGrid, and vtkStructuredGrid. The default is the have an extent in pieces, with only one piece (no streaming possible). More... | |
virtual vtkFieldData | GetFieldData () |
Assign or retrieve a general field data to this data object. More... | |
virtual vtkInformation | GetInformation () |
Set/Get the information object associated with this data object. More... | |
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. More... | |
virtual vtkInformation | GetPipelineInformation () |
Get/Set the pipeline information object that owns this data object. More... | |
uint | GetPipelineMTime () |
Get the cumulative modified time of everything upstream. Does not include the MTime of this object. More... | |
virtual vtkAlgorithmOutput | GetProducerPort () |
Get the port currently producing this object. More... | |
int | GetReleaseDataFlag () |
Turn on/off flag to control whether this object's data is released after being used by a filter. More... | |
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. More... | |
virtual vtkSource | GetSource () |
Set/Get the source object creating this data object. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual int | GetUpdateGhostLevel () |
Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D. More... | |
virtual int | GetUpdateNumberOfPieces () |
Set / Get the update piece and the update number of pieces. Similar to update extent in 3D. More... | |
virtual int | GetUpdatePiece () |
Set / Get the update piece and the update number of pieces. Similar to update extent in 3D. More... | |
uint | GetUpdateTime () |
Used by Threaded ports to determine if they should initiate an asynchronous update (still in development). More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
void | GlobalReleaseDataFlagOff () |
Turn on/off flag to control whether every object releases its data after being used by a filter. More... | |
void | GlobalReleaseDataFlagOn () |
Turn on/off flag to control whether every object releases its data after being used by a filter. More... | |
new vtkDataObject | NewInstance () |
Undocumented Block More... | |
virtual void | PrepareForNewData () |
make the output data ready for new data to be inserted. For most objects we just call Initialize. But for vtkImageData we leave the old data in case the memory can be reused. More... | |
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. More... | |
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. More... | |
virtual void | ReleaseDataFlagOff () |
Turn on/off flag to control whether this object's data is released after being used by a filter. More... | |
virtual void | ReleaseDataFlagOn () |
Turn on/off flag to control whether this object's data is released after being used by a filter. More... | |
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. More... | |
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. More... | |
void | SetExtentTranslator (vtkExtentTranslator translator) |
An object that will translate pieces into structured extents. More... | |
virtual void | SetFieldData (vtkFieldData arg0) |
Assign or retrieve a general field data to this data object. More... | |
virtual void | SetInformation (vtkInformation arg0) |
Set/Get the information object associated with this data object. More... | |
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. More... | |
virtual void | SetPipelineInformation (vtkInformation arg0) |
Get/Set the pipeline information object that owns this data object. More... | |
void | SetReleaseDataFlag (int arg0) |
Turn on/off flag to control whether this object's data is released after being used by a filter. More... | |
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. More... | |
void | SetSource (vtkSource s) |
Set/Get the source object creating this data object. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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) More... | |
void | SetUpdateGhostLevel (int level) |
Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D. More... | |
void | SetUpdateNumberOfPieces (int num) |
Set / Get the update piece and the update number of pieces. Similar to update extent in 3D. More... | |
void | SetUpdatePiece (int piece) |
Set / Get the update piece and the update number of pieces. Similar to update extent in 3D. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
int | ShouldIReleaseData () |
Return flag indicating whether data should be released after use by a filter. More... | |
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. More... | |
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(). More... | |
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. More... | |
virtual void | UpdateInformation () |
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Update all the "easy to update" information about the object such as the extent which will be used to control the update. This propagates all the way up then back down the pipeline. As a by-product the PipelineMTime is updated. More... | |
![]() | |
vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkObject () | |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
uint | AddObserver (uint arg0, vtkCommand arg1, float priority) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
uint | AddObserver (string arg0, vtkCommand arg1, float priority) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
virtual void | DebugOff () |
Turn debugging output off. More... | |
virtual void | DebugOn () |
Turn debugging output on. More... | |
vtkCommand | GetCommand (uint tag) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
byte | GetDebug () |
Get the value of the debug flag. More... | |
int | HasObserver (uint arg0, vtkCommand arg1) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | HasObserver (string arg0, vtkCommand arg1) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | HasObserver (uint arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | HasObserver (string arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | InvokeEvent (uint arg0, IntPtr callData) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | InvokeEvent (string arg0, IntPtr callData) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | InvokeEvent (uint arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
int | InvokeEvent (string arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
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. More... | |
vtkObject | NewInstance () |
Undocumented Block More... | |
void | RemoveAllObservers () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObserver (vtkCommand arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObserver (uint tag) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObservers (uint arg0, vtkCommand arg1) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObservers (string arg0, vtkCommand arg1) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObservers (uint arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | RemoveObservers (string arg0) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
void | SetDebug (byte debugFlag) |
Set the value of the debug flag. A non-zero value turns debugging on. More... | |
override string | ToString () |
Returns the result of calling vtkObject::Print as a C# string. More... | |
delegate void | vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e) |
Generic signature for all vtkObject events. More... | |
void | RemoveAllHandlersForAllEvents () |
Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More... | |
![]() | |
vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. More... | |
vtkObjectBase () | |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
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. More... | |
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. More... | |
int | GetReferenceCount () |
Return the current reference count of this object. More... | |
void | SetReferenceCount (int arg0) |
Sets the reference count. (This is very dangerous, use with care.) More... | |
Static Public Member Functions | |
static new vtkReebGraph | New () |
Undocumented Block More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static new vtkReebGraph | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
![]() | |
static new vtkMutableDirectedGraph | New () |
Undocumented Block More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static new vtkMutableDirectedGraph | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
![]() | |
static new vtkDirectedGraph | New () |
Undocumented Block More... | |
static new vtkDirectedGraph | GetData (vtkInformation info) |
Return what type of dataset this is. More... | |
static new vtkDirectedGraph | GetData (vtkInformationVector v, int i) |
Return what type of dataset this is. More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static new vtkDirectedGraph | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
![]() | |
static new vtkGraph | GetData (vtkInformation info) |
ETX More... | |
static new vtkGraph | GetData (vtkInformationVector v, int i) |
ETX More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static new vtkGraph | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
![]() | |
static new vtkDataObject | New () |
Undocumented Block More... | |
static vtkInformationInformationVectorKey | CELL_DATA_VECTOR () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerPointerKey | DATA_EXTENT () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | DATA_EXTENT_TYPE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | DATA_GEOMETRY_UNMODIFIED () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | DATA_NUMBER_OF_GHOST_LEVELS () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | DATA_NUMBER_OF_PIECES () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationDataObjectKey | DATA_OBJECT () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | DATA_PIECE_NUMBER () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationDoubleKey | DATA_RESOLUTION () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationDoubleVectorKey | DATA_TIME_STEPS () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationStringKey | DATA_TYPE_NAME () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationInformationVectorKey | EDGE_DATA_VECTOR () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_ACTIVE_ATTRIBUTE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationStringKey | FIELD_ARRAY_NAME () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_ARRAY_TYPE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_ASSOCIATION () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_ATTRIBUTE_TYPE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationStringKey | FIELD_NAME () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_NUMBER_OF_COMPONENTS () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_NUMBER_OF_TUPLES () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerKey | FIELD_OPERATION () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationDoubleVectorKey | FIELD_RANGE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformation | GetActiveFieldInformation (vtkInformation info, int fieldAssociation, int attributeType) |
Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and attribute (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS) More... | |
static string | GetAssociationTypeAsString (int associationType) |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkDataObject | GetData (vtkInformation info) |
Key used to put SIL information in the output information by readers. More... | |
static vtkDataObject | GetData (vtkInformationVector v, int i) |
Key used to put SIL information in the output information by readers. More... | |
static int | GetGlobalReleaseDataFlag () |
Turn on/off flag to control whether every object releases its data after being used by a filter. More... | |
static vtkInformation | GetNamedFieldInformation (vtkInformation info, int fieldAssociation, string name) |
Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and name. More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static vtkInformationDoubleVectorKey | ORIGIN () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationIntegerVectorKey | PIECE_EXTENT () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationDoubleVectorKey | PIECE_FIELD_RANGE () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static vtkInformationInformationVectorKey | POINT_DATA_VECTOR () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static void | RemoveNamedFieldInformation (vtkInformation info, int fieldAssociation, string name) |
Remove the info associated with an array More... | |
static vtkInformationDataObjectKey | SIL () |
Key used to put SIL information in the output information by readers. More... | |
static vtkInformationDoubleVectorKey | SPACING () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
static new vtkDataObject | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
static vtkInformation | SetActiveAttribute (vtkInformation info, int fieldAssociation, string attributeName, int attributeType) |
Set the named array to be the active field for the specified type (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS) and association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). Returns the active field information object and creates on entry if one not found. More... | |
static void | SetActiveAttributeInfo (vtkInformation info, int fieldAssociation, int attributeType, string name, int arrayType, int numComponents, int numTuples) |
Set the name, array type, number of components, and number of tuples within the passed information object for the active attribute of type attributeType (in specified association, FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). If there is not an active attribute of the specified type, an entry in the information object is created. If arrayType, numComponents, or numTuples equal to -1, or name=NULL the value is not changed. More... | |
static void | SetGlobalReleaseDataFlag (int val) |
Turn on/off flag to control whether every object releases its data after being used by a filter. More... | |
static void | SetPointDataActiveScalarInfo (vtkInformation info, int arrayType, int numComponents) |
Convenience version of previous method for use (primarily) by the Imaging filters. If arrayType or numComponents == -1, the value is not changed. More... | |
static vtkInformationInformationVectorKey | VERTEX_DATA_VECTOR () |
Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points"). More... | |
![]() | |
static new vtkObject | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. It allows the debugger to break on error. More... | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static new int | IsTypeOf (string type) |
Undocumented Block More... | |
static vtkObject | SafeDownCast (vtkObjectBase o) |
Undocumented Block More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
![]() | |
static vtkObjectBase | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static int | IsTypeOf (string name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. More... | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkReebGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMutableDirectedGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDirectedGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataObject" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkObject" |
Automatically generated type registration mechanics. More... | |
![]() | |
new const string | MRFullTypeName = "Kitware.VTK.vtkObjectBase" |
Automatically generated type registration mechanics. More... | |
![]() | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkReebGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "23vtkMutableDirectedGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "16vtkDirectedGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "8vtkGraph" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "13vtkDataObject" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "9vtkObject" |
Automatically generated type registration mechanics. More... | |
![]() | |
static new readonly string | MRClassNameKey = "13vtkObjectBase" |
Automatically generated type registration mechanics. More... | |
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. More... | |
![]() | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More... | |
![]() | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More... | |
![]() | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More... | |
![]() | |
override void | Dispose (bool disposing) |
Handle the source/data loop. More... | |
![]() | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More... | |
![]() | |
override void | Dispose (bool disposing) |
Decrease the reference count (release by another object). This has the same effect as invoking Delete() (i.e., it reduces the reference count by 1). More... | |
![]() | |
WrappedObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Constructor expected by the mummy Runtime. More... | |
Static Private Member Functions | |
static | vtkReebGraph () |
Automatically generated type registration mechanics. More... | |
Additional Inherited Members | |
![]() | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
vtkReebGraph - Reeb graph computation for PL scalar fields.
Description vtkReebGraph is a class that computes a Reeb graph given a PL scalar field (vtkDataArray) defined on a simplicial mesh. A Reeb graph is a concise representation of the connectivity evolution of the level sets of a scalar function.
It is particularly useful in visualization (optimal seed set computation, fast flexible isosurface extraction, automated transfer function design, feature-driven visualization, etc.) and computer graphics (shape deformation, shape matching, shape compression, etc.).
Reference: "Sur les points singuliers d'une forme de Pfaff completement integrable ou d'une fonction numerique", G. Reeb, Comptes-rendus de l'Academie des Sciences, 222:847-849, 1946.
vtkReebGraph implements one of the latest and most robust Reeb graph computation algorithms.
Reference: "Robust on-line computation of Reeb graphs: simplicity and speed", V. Pascucci, G. Scorzelli, P.-T. Bremer, and A. Mascarenhas, ACM Transactions on Graphics, Proc. of SIGGRAPH 2007.
vtkReebGraph provides methods for computing multi-resolution topological hierarchies through topological simplification. Topoligical simplification can be either driven by persistence homology concepts (default behavior) or by application specific metrics (see vtkReebGraphSimplificationMetric). In the latter case, designing customized simplification metric evaluation algorithms enables the user to control the definition of what should be considered as noise or signal in the topological filtering process.
References: "Topological persistence and simplification", H. Edelsbrunner, D. Letscher, and A. Zomorodian, Discrete Computational Geometry, 28:511-533, 2002.
"Extreme elevation on a 2-manifold", P.K. Agarwal, H. Edelsbrunner, J. Harer, and Y. Wang, ACM Symposium on Computational Geometry, pp. 357-365, 2004.
"Simplifying flexible isosurfaces using local geometric measures", H. Carr, J. Snoeyink, M van de Panne, IEEE Visualization, 497-504, 2004
"Loop surgery for volumetric meshes: Reeb graphs reduced to contour trees", J. Tierny, A. Gyulassy, E. Simon, V. Pascucci, IEEE Trans. on Vis. and Comp. Graph. (Proc of IEEE VIS), 15:1177-1184, 2009.
Reeb graphs can be computed from 2D data (vtkPolyData, with triangles only) or 3D data (vtkUnstructuredGrid, with tetrahedra only), sequentially (see the "Build" calls) or in streaming (see the "StreamTriangle" and "StreamTetrahedron" calls).
vtkReebGraph inherits from vtkMutableDirectedGraph.
Each vertex of a vtkReebGraph object represents a critical point of the scalar field where the connectivity of the related level set changes (creation, deletion, split or merge of connected components). A vtkIdTypeArray (called "Vertex Ids") is associated with the VertexData of a vtkReebGraph object, in order to retrieve if necessary the exact Ids of the corresponding vertices in the input mesh.
The edges of a vtkReebGraph object represent the regions of the input mesh separated by the critical contours of the field, and where the connectivity of the input field does not change. A vtkVariantArray is associated with the EdgeDta of a vtkReebGraph object and each entry of this array is a vtkAbstractArray containing the Ids of the vertices of those regions, sorted by function value (useful for flexible isosurface extraction or level set signature computation, for instance).
See Graphics/Testing/Cxx/TestReebGraph.cxx for examples of traversals and typical usages (customized simplification, skeletonization, contour spectra, etc.) of a vtkReebGraph object.
Tests Graphics/Testing/Cxx/TestReebGraph.cxx
vtkReebGraphSimplificationMetric vtkPolyDataToReebGraphFilter vtkUnstructuredGridToReebGraphFilter vtkReebGraphSimplificationFilter vtkReebGraphSurfaceSkeletonFilter vtkReebGraphVolumeSkeletonFilter vtkAreaContourSpectrumFilter vtkVolumeContourSpectrumFilter
Return class name of data type. This is one of VTK_STRUCTURED_GRID, VTK_STRUCTURED_POINTS, VTK_UNSTRUCTURED_GRID, VTK_POLY_DATA, or VTK_RECTILINEAR_GRID (see vtkSetGet.h for definitions). THIS METHOD IS THREAD SAFE
Enumerator | |
---|---|
ERR_INCORRECT_FIELD |
enum member |
ERR_NOT_A_SIMPLICIAL_MESH |
enum member |
ERR_NO_SUCH_FIELD |
enum member |
|
staticprivate |
Automatically generated type registration mechanics.
Kitware.VTK.vtkReebGraph.vtkReebGraph | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Kitware.VTK.vtkReebGraph.vtkReebGraph | ( | ) |
Undocumented Block
int Kitware.VTK.vtkReebGraph.Build | ( | vtkPolyData | mesh, |
vtkDataArray | scalarField | ||
) |
Build the Reeb graph of the field 'scalarField' defined on the surface mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' has vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh (for example, the surface mesh contains quads instead of triangles).
int Kitware.VTK.vtkReebGraph.Build | ( | vtkUnstructuredGrid | mesh, |
vtkDataArray | scalarField | ||
) |
Build the Reeb graph of the field 'scalarField' defined on the volume mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' has vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh.
int Kitware.VTK.vtkReebGraph.Build | ( | vtkPolyData | mesh, |
long | scalarFieldId | ||
) |
Build the Reeb graph of the field given by the Id 'scalarFieldId', defined on the surface mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' as vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh (for example, the surface mesh contains quads instead of triangles).
vtkReebGraph::ERR_NO_SUCH_FIELD: the scalar field given by the Id 'scalarFieldId' does not exist.
int Kitware.VTK.vtkReebGraph.Build | ( | vtkUnstructuredGrid | mesh, |
long | scalarFieldId | ||
) |
Build the Reeb graph of the field given by the Id 'scalarFieldId', defined on the volume mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' as vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh.
vtkReebGraph::ERR_NO_SUCH_FIELD: the scalar field given by the Id 'scalarFieldId' does not exist.
int Kitware.VTK.vtkReebGraph.Build | ( | vtkPolyData | mesh, |
string | scalarFieldName | ||
) |
Build the Reeb graph of the field given by the name 'scalarFieldName', defined on the surface mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' as vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh (for example, the surface mesh contains quads instead of triangles).
vtkReebGraph::ERR_NO_SUCH_FIELD: the scalar field given by the name 'scalarFieldName' does not exist.
int Kitware.VTK.vtkReebGraph.Build | ( | vtkUnstructuredGrid | mesh, |
string | scalarFieldName | ||
) |
Build the Reeb graph of the field given by the name 'scalarFieldName', defined on the volume mesh 'mesh'.
Returned values:
vtkReebGraph::ERR_INCORRECT_FIELD: 'scalarField' does not have as many tuples as 'mesh' as vertices.
vtkReebGraph::ERR_NOT_A_SIMPLICIAL_MESH: the input mesh 'mesh' is not a simplicial mesh.
vtkReebGraph::ERR_NO_SUCH_FIELD: the scalar field given by the name 'scalarFieldName' does not exist.
void Kitware.VTK.vtkReebGraph.CloseStream | ( | ) |
Finalize internal data structures, in the case of streaming computations (with StreamTriangle or StreamTetrahedron). After this call, no more triangle or tetrahedron can be inserted via StreamTriangle or StreamTetrahedron. IMPORTANT: This method must be called when the input stream is finished. If you need to get a snapshot of the Reeb graph during the streaming process (to parse or simplify it), do a DeepCopy followed by a CloseStream on the copy.
|
virtual |
Descrition: Implements deep copy
Reimplemented from Kitware.VTK.vtkGraph.
|
protected |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
|
virtual |
Return class name of data type. This is one of VTK_STRUCTURED_GRID, VTK_STRUCTURED_POINTS, VTK_UNSTRUCTURED_GRID, VTK_POLY_DATA, or VTK_RECTILINEAR_GRID (see vtkSetGet.h for definitions). THIS METHOD IS THREAD SAFE
Reimplemented from Kitware.VTK.vtkDirectedGraph.
|
virtual |
Undocumented Block
Reimplemented from Kitware.VTK.vtkMutableDirectedGraph.
|
static |
Undocumented Block
|
static |
Undocumented Block
new vtkReebGraph Kitware.VTK.vtkReebGraph.NewInstance | ( | ) |
Undocumented Block
|
static |
Undocumented Block
void Kitware.VTK.vtkReebGraph.Set | ( | vtkMutableDirectedGraph | g | ) |
Use a pre-defined Reeb graph (post-processing). Use with caution!
int Kitware.VTK.vtkReebGraph.Simplify | ( | double | simplificationThreshold, |
vtkReebGraphSimplificationMetric | simplificationMetric | ||
) |
Simplify the Reeb graph given a threshold 'simplificationThreshold' (between 0 and 1).
This method is the core feature for Reeb graph multi-resolution hierarchy construction.
Return the number of arcs that have been removed through the simplification process.
'simplificationThreshold' represents a "scale", under which each Reeb graph feature is considered as noise. 'simplificationThreshold' is expressed as a fraction of the scalar field overall span. It can vary from 0 (no simplification) to 1 (maximal simplification).
'simplificationMetric' is an object in charge of evaluating the importance of a Reeb graph arc at each step of the simplification process. if 'simplificationMetric' is NULL, the default strategy (persitence of the scalar field) is used. Customized simplification metric evaluation algorithm can be designed (see vtkReebGraphSimplificationMetric), enabling the user to control the definition of what should be considered as noise or signal.
References:
"Topological persistence and simplification", H. Edelsbrunner, D. Letscher, and A. Zomorodian, Discrete Computational Geometry, 28:511-533, 2002.
"Extreme elevation on a 2-manifold", P.K. Agarwal, H. Edelsbrunner, J. Harer, and Y. Wang, ACM Symposium on Computational Geometry, pp. 357-365, 2004.
"Simplifying flexible isosurfaces using local geometric measures", H. Carr, J. Snoeyink, M van de Panne, IEEE Visualization, 497-504, 2004
"Loop surgery for volumetric meshes: Reeb graphs reduced to contour trees", J. Tierny, A. Gyulassy, E. Simon, V. Pascucci, IEEE Trans. on Vis. and Comp. Graph. (Proc of IEEE VIS), 15:1177-1184,2009.
int Kitware.VTK.vtkReebGraph.StreamTetrahedron | ( | long | vertex0Id, |
double | scalar0, | ||
long | vertex1Id, | ||
double | scalar1, | ||
long | vertex2Id, | ||
double | scalar2, | ||
long | vertex3Id, | ||
double | scalar3 | ||
) |
Streaming Reeb graph computation. Add to the streaming computation the tetrahedra of the vtkUnstructuredGrid volume mesh described by vertex0Id, scalar0 vertex1Id, scalar1 vertex2Id, scalar2 vertex3Id, scalar3
where vertex<i>Id is the Id of the vertex in the vtkUnstructuredGrid structure and scalar<i> is the corresponding scalar field value.
IMPORTANT: The stream must be finalized with the "CloseStream" call.
int Kitware.VTK.vtkReebGraph.StreamTriangle | ( | long | vertex0Id, |
double | scalar0, | ||
long | vertex1Id, | ||
double | scalar1, | ||
long | vertex2Id, | ||
double | scalar2 | ||
) |
Streaming Reeb graph computation. Add to the streaming computation the triangle of the vtkPolyData surface mesh described by vertex0Id, scalar0 vertex1Id, scalar1 vertex2Id, scalar2
where vertex<i>Id is the Id of the vertex in the vtkPolyData structure and scalar<i> is the corresponding scalar field value.
IMPORTANT: The stream must be finalized with the "CloseStream" call.
|
static |
Automatically generated type registration mechanics.
new const string Kitware.VTK.vtkReebGraph.MRFullTypeName = "Kitware.VTK.vtkReebGraph" |
Automatically generated type registration mechanics.