10.23.07

vtk pipeline from implicit functions

Posted in C++, vtk, 프로그래밍 at 1:04 오전 by KJ

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