MCPcopy Create free account
hub / github.com/boostorg/compute / New

Method New

example/opengl_sphere.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 vtkTypeMacro(gpu_sphere_mapper, vtkMapper)
119
120 static gpu_sphere_mapper* New()
121 {
122 return new gpu_sphere_mapper;
123 }
124
125 void Render(vtkRenderer *renderer, vtkActor *actor)
126 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected