VTK  9.3.20240919
vtkRenderingCellGrid.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3#ifndef vtkRenderingCellGrid_h
4#define vtkRenderingCellGrid_h
5
6#include "vtkObject.h"
7#include "vtkRenderingCellGridModule.h" // For export macro.
8
9VTK_ABI_NAMESPACE_BEGIN
10
13class VTKRENDERINGCELLGRID_EXPORT vtkRenderingCellGrid : public vtkObject
14{
15public:
17 void PrintSelf(ostream& os, vtkIndent indent) override;
18
23
24protected:
26 void operator=(const vtkRenderingCellGrid&) = delete;
27};
28
29VTK_ABI_NAMESPACE_END
30
31#endif // vtkRenderingCellGrid_h
a simple class to control print indentation
Definition vtkIndent.h:108
abstract base class for most VTK objects
Definition vtkObject.h:162
A registrar for cell types contained in this module.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRenderingCellGrid(const vtkRenderingCellGrid &)=delete
void operator=(const vtkRenderingCellGrid &)=delete
static bool RegisterCellsAndResponders()
Call this method before running constructing or running algorithms on instances of vtkCellGrid so tha...