10.23.07
vtk pipeline from implicit functions
The basic vtk pipeline is
Source->Filter->Mapper->Renderer
If a source is well-defined as an Algorithm in the vtk library already, it is simple to follow the pipeline.
It seems that an appropriate routine needs to be derived when an object is generated from an implicit function.
Object as an implicit function -> Sample function -> Filter (such as contour filter) -> Mapper ->Actor -> Renderer