ParaView:Extend
From KitwarePublic
Jump to navigationJump to search
There are several ways to extend ParaView's capabilities:
- Enable existing VTK reader, writer, source, or algorithm.
- Include new reader, writer, source, or algorightm during compile time
- Include new reader, writer, source, or algorightm during run time
- Include arbitrary new code during compile time
- Include arbitrary new code during run time
- Include ParaView in some other project