|
virtual bool MyDrawing::Paint |
( |
vtkContext2D * |
painter | ) |
|
|
inlinevirtual |
Definition at line 27 of file example-context2d.cxx.
29 painter->GetBrush()->SetColor(255, 0, 0); 31 auto p3d=painter->GetContext3D(); 32 p3d->DrawLine(vtkVector3f{0,0,0},vtkVector3f{ delta, delta,delta} );
|