VTK
vtkArrayExtentsList.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkArrayExtentsList.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 
46 #ifndef vtkArrayExtentsList_h
47 #define vtkArrayExtentsList_h
48 
49 #include "vtkCommonCoreModule.h" // For export macro
50 #include "vtkArrayExtents.h"
51 #include <vtksys/stl/vector> // STL Header
52 
54 {
55 public:
58 
61 
64 
67 
70 
73 
78 
79 
82 
85 
86 private:
87  //BTX
88  std::vector<vtkArrayExtents> Storage;
89  //ETX
90 };
91 
92 #endif
93 
94 // VTK-HeaderTest-Exclude: vtkArrayExtentsList.h
VTKCOMMONCORE_EXPORT
#define VTKCOMMONCORE_EXPORT
Definition: vtkCommonCoreModule.h:15
vtkgl::count
GLuint GLuint GLsizei count
Definition: vtkgl.h:11315
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkArrayExtentsList::vtkArrayExtentsList
vtkArrayExtentsList(const vtkArrayExtents &i)
vtkArrayExtentsList
Stores a collection of vtkArrayExtents objects.
Definition: vtkArrayExtentsList.h:54
vtkArrayExtentsList::vtkArrayExtentsList
vtkArrayExtentsList(const vtkArrayExtents &i, const vtkArrayExtents &j, const vtkArrayExtents &k)
vtkCommonCoreModule.h
vtkArrayExtentsList::operator[]
vtkArrayExtents & operator[](vtkIdType i)
vtkArrayExtentsList::SetCount
void SetCount(vtkIdType count)
vtkArrayExtents.h
vtkArrayExtentsList::operator[]
const vtkArrayExtents & operator[](vtkIdType i) const
vtkArrayExtentsList::vtkArrayExtentsList
vtkArrayExtentsList(const vtkArrayExtents &i, const vtkArrayExtents &j)
vtkArrayExtentsList::GetCount
vtkIdType GetCount() const
vtkArrayExtents
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
Definition: vtkArrayExtents.h:74
vtkArrayExtentsList::vtkArrayExtentsList
vtkArrayExtentsList()
vtkArrayExtentsList::vtkArrayExtentsList
vtkArrayExtentsList(const vtkArrayExtents &i, const vtkArrayExtents &j, const vtkArrayExtents &k, const vtkArrayExtents &l)