VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
TextAnalysis
vtkConcatenateArray.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkConcatenateArray.h
5
6
-------------------------------------------------------------------------
7
Copyright 2008 Sandia Corporation.
8
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9
the U.S. Government retains certain rights in this software.
10
-------------------------------------------------------------------------
11
12
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
13
All rights reserved.
14
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
15
16
This software is distributed WITHOUT ANY WARRANTY; without even
17
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18
PURPOSE. See the above copyright notice for more information.
19
20
=========================================================================*/
21
44
#ifndef __vtkConcatenateArray_h
45
#define __vtkConcatenateArray_h
46
47
#include <
vtkArrayDataAlgorithm.h
>
48
49
class
VTK_TEXT_ANALYSIS_EXPORT
vtkConcatenateArray
:
public
vtkArrayDataAlgorithm
50
{
51
public
:
52
static
vtkConcatenateArray
*
New
();
53
vtkTypeMacro(
vtkConcatenateArray
,
vtkArrayDataAlgorithm
);
54
void
PrintSelf
(ostream& os,
vtkIndent
indent);
55
57
59
vtkGetMacro(AdjacentDimension,
vtkIdType
);
60
vtkSetMacro(AdjacentDimension,
vtkIdType
);
62
63
protected
:
64
vtkConcatenateArray
();
65
~
vtkConcatenateArray
();
66
67
int
RequestData
(
68
vtkInformation
*,
69
vtkInformationVector
**,
70
vtkInformationVector
*);
71
72
private
:
73
vtkConcatenateArray
(
const
vtkConcatenateArray
&);
// Not implemented
74
void
operator=(
const
vtkConcatenateArray
&);
// Not implemented
75
76
vtkIdType
AdjacentDimension;
77
};
78
79
#endif
80
Generated on Wed Nov 21 2012 21:34:07 for VTK by
1.8.2