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

Method ComputeDimension

Common/DataModel/vtkAMRBox.cxx:579–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579int vtkAMRBox::ComputeDimension() const
580{
581 int dim(3);
582 for (int i = 0; i < 3; i++)
583 {
584 if (this->EmptyDimension(i))
585 {
586 dim--;
587 }
588 }
589 return (dim);
590}
591
592void vtkAMRBox::GetNumberOfCells(int ext[3]) const
593{

Callers 2

InitializeGridMethod · 0.95
SplitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected