3 #include <opals/IModuleBase.hpp>
4 #include <opals/Path.hpp>
5 #include <opals/Vector.hpp>
7 #if defined(_MSC_VER) && !defined(OPALS_NO_AUTOLINK)
8 #if defined _DEBUG && !defined OPALS_NO_DEBUG
9 #pragma comment(lib, "opalsView_d.lib")
11 #pragma comment(lib, "opalsView.lib")
52 const Options& opts()
const override = 0;
Provides an interactive 3d viewer for points (including arbitrary attributes) and lines.
Definition: IView.hpp:37
IGroup< Names::_, IValue< Names::inFile, false, Vector< Path > >, IValue< Names::filter, false, String > > Options
Options of Module View.
Definition: IView.hpp:28
A leaf that holds a value.
Definition: IOption.hpp:62
Contains the public interface of OPALS.
Definition: AbsValueOrQuantile.hpp:8
Abstract base class of all opals modules.
Definition: IModuleBase.hpp:13
Interface for retrieving status and progress information from a module run.
Definition: c++_api/inc/opals/IControlObject.hpp:30
A group of options.
Definition: IOption.hpp:136