Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
91f287d5
Commit
91f287d5
authored
Sep 13, 2011
by
Utkarsh Ayachit
⛰
Browse files
Fixed BUG #12590. Added new type VTK_REEB_GRAPH.
Change-Id: I5c3264ce224778ceaf1de051025ce6f7eb132f4d
parent
a218f1e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/vtkType.h
View file @
91f287d5
...
...
@@ -91,6 +91,7 @@
#define VTK_MULTIPIECE_DATA_SET 25
#define VTK_DIRECTED_ACYCLIC_GRAPH 26
#define VTK_ARRAY_DATA 27
#define VTK_REEB_GRAPH 28
/*--------------------------------------------------------------------------*/
/* Define a casting macro for use by the constants below. */
...
...
Filtering/vtkReebGraph.h
View file @
91f287d5
...
...
@@ -135,6 +135,14 @@ public:
void
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
);
void
PrintNodeData
(
ostream
&
os
,
vtkIndent
indent
);
// Description:
// 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
virtual
int
GetDataObjectType
()
{
return
VTK_REEB_GRAPH
;}
enum
{
ERR_INCORRECT_FIELD
=
-
1
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment