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

Method vtkAnnulus

Common/DataModel/vtkAnnulus.cxx:19–27  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

17
18//------------------------------------------------------------------------------
19vtkAnnulus::vtkAnnulus()
20{
21 this->InnerCylinder->SetRadius(0.25);
22 this->OuterCylinder->SetRadius(0.5);
23
24 this->BooleanOp->AddFunction(this->OuterCylinder);
25 this->BooleanOp->AddFunction(this->InnerCylinder);
26 this->BooleanOp->SetOperationTypeToDifference();
27}
28
29//------------------------------------------------------------------------------
30vtkAnnulus::~vtkAnnulus() = default;

Callers

nothing calls this directly

Calls 2

SetRadiusMethod · 0.45
AddFunctionMethod · 0.45

Tested by

no test coverage detected