VTK
dox
Infovis
Core
vtkGroupLeafVertices.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGroupLeafVertices.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
35
#ifndef vtkGroupLeafVertices_h
36
#define vtkGroupLeafVertices_h
37
38
#include "vtkInfovisCoreModule.h"
// For export macro
39
#include "
vtkTreeAlgorithm.h
"
40
41
class
VTKINFOVISCORE_EXPORT
vtkGroupLeafVertices
:
public
vtkTreeAlgorithm
42
{
43
public
:
44
static
vtkGroupLeafVertices
*
New
();
45
vtkTypeMacro(
vtkGroupLeafVertices
,
vtkTreeAlgorithm
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
47
49
57
vtkSetStringMacro(GroupDomain);
58
vtkGetStringMacro(GroupDomain);
60
61
protected
:
62
vtkGroupLeafVertices
();
63
~
vtkGroupLeafVertices
()
override
;
64
65
int
RequestData
(
66
vtkInformation
*,
67
vtkInformationVector
**,
68
vtkInformationVector
*)
override
;
69
70
char
*
GroupDomain
;
71
72
private
:
73
vtkGroupLeafVertices
(
const
vtkGroupLeafVertices
&) =
delete
;
74
void
operator=(
const
vtkGroupLeafVertices
&) =
delete
;
75
};
76
77
#endif
78
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkTreeAlgorithm.h
vtkTreeAlgorithm::New
static vtkTreeAlgorithm * New()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkTreeAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTreeAlgorithm
Superclass for algorithms that produce only Tree as output.
Definition:
vtkTreeAlgorithm.h:48
vtkTreeAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkGroupLeafVertices::GroupDomain
char * GroupDomain
Definition:
vtkGroupLeafVertices.h:70
vtkGroupLeafVertices
Filter that expands a tree, categorizing leaf vertices.
Definition:
vtkGroupLeafVertices.h:41
Generated by
1.8.16