5#ifndef vtkForceStaticMesh_h
6#define vtkForceStaticMesh_h
8#include "vtkFiltersTemporalModule.h"
12VTK_ABI_NAMESPACE_BEGIN
41 vtkSetMacro(ForceCacheComputation,
bool);
42 vtkGetMacro(ForceCacheComputation,
bool);
43 vtkBooleanMacro(ForceCacheComputation,
bool);
79 bool ForceCacheComputation =
false;
80 bool CacheInitialized =
false;
abstract superclass for composite (multi-block or AMR) datasets
abstract class to specify dataset behavior
Takes in input as a cache the first time it is executed then use it as a static mesh.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkForceStaticMesh * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkForceStaticMesh()=default
~vtkForceStaticMesh() override=default
a simple class to control print indentation
Pass input input data through to the output.
Hold a reference to a vtkObjectBase instance.