VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkExtractSelectedBlock.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractSelectedBlock.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
=========================================================================*/
19
#ifndef __vtkExtractSelectedBlock_h
20
#define __vtkExtractSelectedBlock_h
21
22
#include "
vtkExtractSelectionBase.h
"
23
24
class
VTK_GRAPHICS_EXPORT
vtkExtractSelectedBlock
:
public
vtkExtractSelectionBase
25
{
26
public
:
27
static
vtkExtractSelectedBlock
*
New
();
28
vtkTypeMacro(
vtkExtractSelectedBlock
,
vtkExtractSelectionBase
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent);
30
31
//BTX
32
protected
:
33
vtkExtractSelectedBlock
();
34
~
vtkExtractSelectedBlock
();
35
36
// Generate the output.
37
virtual
int
RequestData
(
vtkInformation
*,
38
vtkInformationVector
**,
vtkInformationVector
*);
39
41
42
virtual
int
RequestDataObject
(
vtkInformation
* request,
43
vtkInformationVector
** inputVector,
44
vtkInformationVector
* outputVector);
46
47
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
48
private
:
49
vtkExtractSelectedBlock
(
const
vtkExtractSelectedBlock
&);
// Not implemented.
50
void
operator=(
const
vtkExtractSelectedBlock
&);
// Not implemented.
51
//ETX
52
};
53
54
#endif
55
56
vtkExtractSelectedBlock
Definition:
vtkExtractSelectedBlock.h:24
vtkDataObjectAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
VTK_GRAPHICS_EXPORT
#define VTK_GRAPHICS_EXPORT
Definition:
vtkWin32Header.h:273
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:81
vtkDataObjectAlgorithm::New
static vtkDataObjectAlgorithm * New()
vtkExtractSelectionBase
abstract base class for all extract selection filters.
Definition:
vtkExtractSelectionBase.h:28
vtkX3D::info
Definition:
vtkX3D.h:376
vtkExtractSelectionBase.h
vtkExtractSelectionBase::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkExtractSelectionBase::RequestDataObject
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:39
vtkExtractSelectionBase::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkX3D::port
Definition:
vtkX3D.h:447
Generated on Sun Oct 19 2014 13:06:53 for VTK by
1.8.8