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

Function setConeResolution

Examples/Emscripten/Cxx/MultiCone/MultiCone.cxx:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void setConeResolution(int resolution)
103 {
104 coneSource->SetResolution(resolution);
105 renderWindow->Render();
106 }
107}
108
109//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

RenderMethod · 0.65
SetResolutionMethod · 0.45

Tested by

no test coverage detected