MCPcopy Create free account
hub / github.com/Kitware/VTK / Block

Class Block

Common/DataModel/vtkAMRDataInternals.h:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29public:
30 struct Block
31 {
32 vtkSmartPointer<vtkUniformGrid> Grid;
33 unsigned int Index;
34 Block(unsigned int i, vtkUniformGrid* g);
35 };
36 typedef std::vector<vtkAMRDataInternals::Block> BlockList;
37
38 static vtkAMRDataInternals* New();

Callers 1

InsertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected