![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual std::vector< Processor * > | addSourceAndVisualizerNetwork (const std::filesystem::path &filename, ProcessorNetwork *network, const ivec2 &origin) const override |
| virtual std::pair< Processor *, Outport * > | addSourceProcessor (const std::filesystem::path &filename, ProcessorNetwork *network, const ivec2 &origin) const override |
| virtual std::vector< Processor * > | addVisualizerNetwork (Outport *outport, ProcessorNetwork *network) const override |
| virtual Document | getDescription () const override |
| virtual std::string | getName () const override |
| virtual std::vector< FileExtension > | getSupportedFileExtensions () const override |
| virtual bool | hasSourceProcessor () const override |
| virtual bool | hasVisualizerNetwork () const override |
| virtual bool | isOutportSupported (const Outport *port) const override |
| PCPDataFrameVisualizer (InviwoApplication *app) | |
|
overridevirtual |
Adds a source processor with the requested file and a set of processors visualizing the data. Nothing will be added to the network if outport is not supported (isOutportSupported returns false). Only source processor will be added if hasVisualizationNetwork returns false.
| filename | The file to load in the source processor. The extension of the filename should be in the list of extensions returned by getSupportedFileExtensions. |
| network | The network to add the processor to. |
| origin | the initial position for the visualizer network |
Implements inviwo::DataVisualizer.
|
overridevirtual |
Adds a source processor with the requested file to the network. hasSourceProcessor should return true for this function to be called.
| filename | The file to load in the source processor. The extension of the filename should be in the list of extensions returned by getSupportedFileExtensions. |
| network | The network to add the processor to. |
| origin | the initial position for the processor |
Implements inviwo::DataVisualizer.
|
overridevirtual |
Adds a set of processors visualizing the data in the given outport. Nothing will be added to the network if outport is not supported (isOutportSupported returns false). hasVisualizationNetwork should return true for this function to be called.
| outport | The port to get data from. It will be connected to the added network. |
| network | The network to add the Visualizer Network into. |
Implements inviwo::DataVisualizer.
|
overridevirtual |
A detailed description
Implements inviwo::DataVisualizer.
|
overridevirtual |
A descriptive name of the visualizer
Implements inviwo::DataVisualizer.
|
overridevirtual |
A list of file formats that the visualizer can open
Implements inviwo::DataVisualizer.
|
overridevirtual |
Does the visualizer provide a source processor
Implements inviwo::DataVisualizer.
|
overridevirtual |
Does the visualizer provide a visualization network
Implements inviwo::DataVisualizer.
|
overridevirtual |
Test if the visualizer can be connected to the given outport
Implements inviwo::DataVisualizer.