VTK  9.2.6
vtkNonOverlappingAMR.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkNonOverlappingAMR.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  =========================================================================*/
24 #ifndef vtkNonOverlappingAMR_h
25 #define vtkNonOverlappingAMR_h
26 
27 #include "vtkCommonDataModelModule.h" // For export macro
28 #include "vtkUniformGridAMR.h"
29 
30 class VTKCOMMONDATAMODEL_EXPORT vtkNonOverlappingAMR : public vtkUniformGridAMR
31 {
32 public:
33  static vtkNonOverlappingAMR* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
40  int GetDataObjectType() override { return VTK_NON_OVERLAPPING_AMR; }
41 
46  {
48  }
50  {
52  }
53 
54 protected:
56  ~vtkNonOverlappingAMR() override;
57 
58 private:
60  void operator=(const vtkNonOverlappingAMR&) = delete;
61 };
62 
63 #endif /* vtkNonOverlappingAMR_h */
static vtkUniformGridAMR * New()
Store vtkAlgorithm input/output information.
static vtkNonOverlappingAMR * GetData(vtkInformationVector *v, int i=0)
static vtkNonOverlappingAMR * SafeDownCast(vtkObjectBase *o)
int GetDataObjectType() override
Returns object type (see vtkType.h for definitions).
A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution tha...
static vtkNonOverlappingAMR * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
a simple class to control print indentation
Definition: vtkIndent.h:39
#define VTK_NON_OVERLAPPING_AMR
Definition: vtkType.h:107
vtkSmartPointer< vtkDataArray > GetData(const Ioss::GroupingEntity *entity, const std::string &fieldname, Ioss::Transform *transform=nullptr, Cache *cache=nullptr, const std::string &cachekey=std::string())
Returns a VTK array for a given field (fieldname) on the chosen block (or set) entity.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store zero or more vtkInformation instances.
a concrete implementation of vtkCompositeDataSet