Ctlp::AboutTulipPage | The "About us/Getting help" screen displayed in the Tulip app startup window. This widget is mainly meant to provide links to the user and developer documentations, direct user to Tulip forums and provide basic offline support |
►Ctlp::AbstractProperty< Tnode, Tedge, Tprop > | This class extends upon PropertyInterface, and adds type-safe methods to get and set the node and edge values, through the magic of template programming |
Ctlp::ColorProperty | A graph property that maps a tlp::Color value to graph elements |
Ctlp::GraphProperty | A graph property that maps a tlp::Graph* value to graph elements |
Ctlp::SizeProperty | A graph property that maps a tlp::Size value to graph elements |
Ctlp::StringProperty | A graph property that maps a std::string value to graph elements |
►Ctlp::AbstractProperty< nodeType, edgeType, propType > | |
►Ctlp::MinMaxProperty< nodeType, edgeType, propType > | Abstracts the computation of minimal and maximal values on node and edge values of properties |
Ctlp::DoubleProperty | A graph property that maps a double value to graph elements |
Ctlp::IntegerProperty | A graph property that maps an integer value to graph elements |
Ctlp::LayoutProperty | A graph property that maps a tlp::Coord value to graph nodes and std::vector<tlp::Coord> for edges |
Ctlp::AbstractProperty< vectType, vectType, propType > | |
Ctlp::AdditionalGlSceneAnimation | A class which encapsulate a Tulip OpenGL scene animation This class aims to encapsulate a Tulip OpenGL scene animation. Derive it if you want to add extra animations to the Tulip OpenGL scene while a Zoom and Pan is performed |
Ctlp::Array< Obj, SIZE > | Fixed-size array encapsulation.In debug mode, a bound check is performed at each access. Stream operators implementations are provided |
►Ctlp::Array< Vec3f, 2 > | |
Ctlp::BoundingBox | This class represents the 3D bounding box of an object. It is mostly used to determine whether or not two object are in a state of collision |
Ctlp::Array< Vector< Obj, 1 >, 1 > | |
Ctlp::BooleanVectorProperty | A graph property that maps a std::vector<bool> value to graph elements |
Ctlp::ColorScalesManager | Helper class for handling Tulip color scales |
Ctlp::ColorVectorProperty | A graph property that maps a std::vector<tlp::Color> value to graph elements |
Ctlp::CoordVectorProperty | A graph property that maps a std::vector<tlp::Coord> value to graph elements |
Ctlp::DataSet | A container that can store data from any type |
Ctlp::DataType | Describes a value of any type |
Ctlp::Dependency | Represents a plugin's dependency to another plugin. In addition to maganing plugin registration, Tulip also handles a dependency mechanism between plugins. Every Tulip plugin inherits from the tlp::WithDependency interface which allows to declare that another plugin should be loaded in order for this plugin to run. When declaring a dependency, a plugin state the name and the version of the dependecy. This is done by calling tlp::WithDependency::addDependency() |
Ctlp::DoubleVectorProperty | A graph property that maps a std::vector<double> value to graph elements |
Ctlp::edge | The edge struct represents an edge in a Graph object |
►Ctlp::Event | Event is the base class for all events used in the Observation mechanism |
Ctlp::GraphEvent | |
Ctlp::PropertyEvent | Contains additional information about events on a property, such as the property it happened on, the node/edge eventually concerned and such. It also contains the detailed type of the event |
Ctlp::FileDownloader | Helper class to download the content of a file referenced by an url |
Ctlp::FloatValidator | Utility class used to validate that a QString contains a valid representation of a floating point number including scientific notation |
Ctlp::GlBezierCurve | A class to draw Bezier curves |
Ctlp::GlCatmullRomCurve | A class to draw a Catmull-Rom curve |
Ctlp::GlDefaultSelectionColorManager | Class to get the default selection color |
Ctlp::GlGraphRenderer | Class used by GlGraphComposite to render the graph in OpenGL |
Ctlp::GlGraphRenderingParameters | That class defines all the parameters used by GlGraphComposite to render a graph |
Ctlp::GLInteractorComponent | InteractorComponent that can do OpenGL rendering on a GlMainWidget |
Ctlp::GlLayer | A GlLayer is like an 2D drawing software layer system |
Ctlp::GlMainWidget | This widget provide a simple system to visualize data/graph with OpenGL 3D engine |
Ctlp::GlOpenUniformCubicBSpline | A class to draw open uniform cubic B-splines |
►Ctlp::GlSceneZoomAndPan | A convenient class to perform Zoom and Pan animation on Tulip OpenGL scene |
Ctlp::QtGlSceneZoomAndPanAnimator | A convenient class to perform a Zoom and Pan animation on a GlMainWidget |
►Ctlp::GlSimpleEntity | Base class for all Tulip OpenGL entities |
►Ctlp::GlAbstractPolygon | Class to create a abstract polygon |
►Ctlp::GlPolygon | Class to create a polygon GlEntity |
►Ctlp::GlRect | This is a general class for the rendering of 2D rectangles |
Ctlp::Gl2DRect | Create a 2D rectangle |
►Ctlp::GlRegularPolygon | Class to create a regular polygon |
Ctlp::GlCircle | Class used to render circles as GlEntity |
Ctlp::GlHexagon | Class to create an hexagon in Tulip 3D Engine |
Ctlp::GlPentagon | Class to create an pentagon |
Ctlp::GlTriangle | Class to create a triangle |
Ctlp::GlBox | General class used to render boxes as GlSimpleEntity |
►Ctlp::GlComplexPolygon | Class to create a complex polygon (concave polygon or polygon with hole) If you want to create a complex polygon you have 4 constructors : Constructors with vector of coords : to create a complex polygon without hole |
Ctlp::GlStar | Class to create a star |
►Ctlp::GlComposite | GlSimpleEntity used to agregate other GlEntity |
Ctlp::GlAxis | A base class to draw an axis with graduations |
Ctlp::GlGraphComposite | Class use to visualize graph in OpenGL Tulip engine |
Ctlp::GlGrid | General class used to render grids as GlSimpleEntity |
Ctlp::GlLabel | Create a label into Tulip 3D engine |
Ctlp::GlSphere | Class to create a sphere with GlEntity system |
Ctlp::IntegerVectorProperty | A graph property that maps a std::vector<int> value to graph elements |
Ctlp::InteractorLister | Lists compatible interactors for a given tlp::View |
CIterator< itType > | Interface for Tulip iterators. Allows basic iteration operations only |
CIterator< TYPE > | |
CIterator< unsigned int > | |
►Ctlp::PropertyInterface::MetaValueCalculator | Base class for computing values on meta nodes and edges |
Ctlp::AbstractProperty< Tnode, Tedge, Tprop >::MetaValueCalculator | This class is used to delegate the computation of the values associated to meta nodes or edges |
Ctlp::node | The node struct represents a node in a Graph object |
►Ctlp::Observable | Base of Tulip's observation system |
Ctlp::AcyclicTest | This class provides tests for acyclicity on a graph. Results are cached in a map of graphs and result. This class observes the graphs that have been tested to remove the result from this graph if it is modified. This forces the use of the singleton pattern instead of simply using static functions/members |
Ctlp::BiconnectedTest | Performs a test of biconnexity on the graph, and provides a function to make a graph biconnected. From Wikipedia: "A biconnected graph is connected and nonseparable, meaning that if any vertex were to be removed, the graph will remain connected." |
Ctlp::Camera | Tulip OpenGL camera object |
Ctlp::ColorScale | This class represents a color scale to perform color mapping. The color scale can be either a gradient or defined by colors associated to consecutive intervals. If the color scale is a gradient, returned colors are interpolated in function of a position between 0.0 and 1.0. If the color scale is not a gradient returned colors are computed according to the interval the position belongs to |
Ctlp::ConnectedTest | Performs a test of connexity on the graph, and provides a function to make a graph connected. From Wikipedia: "A graph is said to be connected if every pair of vertices in the graph are connected." (i.e. there is a path between every pair of vertices) |
Ctlp::GlGraphComposite | Class use to visualize graph in OpenGL Tulip engine |
Ctlp::GlScene | Tulip scene class |
Ctlp::Graph | |
Ctlp::GraphNeedsSavingObserver | Will observe a graph and tells if it has been modified |
Ctlp::OuterPlanarTest | Provides functions to test if a graph is Outer Planar |
Ctlp::PlanarityTest | Performs tests to check whether a graph is planar. From wikipedia: "A planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints." |
Ctlp::PluginLister | Singleton used to list plugins currently loaded into Tulip and retrieve information about them |
►Ctlp::PropertyInterface | PropertyInterface describes the interface of a graph property |
►Ctlp::AbstractProperty< tlp::BooleanType, tlp::BooleanType > | |
Ctlp::BooleanProperty | A graph property that maps a boolean value to graph elements |
Ctlp::NumericProperty | Interface all numerical properties. Property values are always returned as double |
►Ctlp::VectorPropertyInterface | VectorPropertyInterface describes the interface of a graph property whose holded value is a vector (std::vector) |
Ctlp::AbstractProperty< tlp::BooleanVectorType, tlp::BooleanVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::ColorVectorType, tlp::ColorVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::CoordVectorType, tlp::CoordVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::DoubleVectorType, tlp::DoubleVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::IntegerVectorType, tlp::IntegerVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::SizeVectorType, tlp::SizeVectorType, VectorPropertyInterface > | |
Ctlp::AbstractProperty< tlp::StringVectorType, tlp::StringVectorType, VectorPropertyInterface > | |
Ctlp::SimpleTest | Performs test to check if a graph is Simple. From Wikipedia: "A simple graph is an undirected graph that has no loops and no more than one edge between any two different vertices." |
Ctlp::TreeTest | Performs test to check whether a graph is a simple or rooted tree. From wikipedia: "A tree is an undirected graph in which any two vertices are connected by exactly one simple path." Free trees have no designated root, while rooted trees do |
Ctlp::TriconnectedTest | Provides functions to test if a graph is triconnected |
►Ctlp::View | View plugins provide a way to dynamically add to a Tulip plateform various ways to visualize a graph |
►Ctlp::ViewWidget | ViewWidget provides convenience functions to allow the user to build a view plugin that displays a QWidget as its main element |
Ctlp::GlMainView | An abstract view that displays a GlMainWidget as its central widget |
Ctlp::ObservableException | ObservableException is the base class of all exceptions sent by the Observable/Listener/Observer system |
Ctlp::ObserverHolder | Convenience class to automatically hold and unhold observers. It performs a call to Observable::holdObserver() at its creation and a call to Observable::unholdObserver() at its destruction. You can use it if you have to hold observers in a function with multiple return points to avoid to call Observable::unholdObserver() for each of them |
Ctlp::ParameterDescription | Describes a plugin's parameter |
Ctlp::ParameterDescriptionList | This class describes parameters taken by a plugin |
►Ctlp::PluginContext | Contains runtime parameters for a plugin |
Ctlp::AlgorithmContext | Parameters structure for a tlp::Algorithm |
Ctlp::PerspectiveContext | A context data structure for tlp::Perspective instances |
►Ctlp::PluginLoader | A callback class when loading plugins into Tulip |
Ctlp::PluginLoaderTxt | A simple implementation of tlp::PluginLoader to display load state into the console |
Ctlp::PluginProgress | PluginProcess subclasses are meant to notify about the progress state of some process (typically a plugin) |
Ctlp::ProgressPreviewHandler | Handles the way a process handled by a PluginProgress is handled |
Ctlp::ScientificDoubleSpinBox | Utility class implementing a QDoubleSpinBox supporting scientific notation |
Ctlp::SelectedEntity | Structure to store selected entities |
Ctlp::SelfLoops | Stores all the added information on self loops |
Ctlp::SizeVectorProperty | A graph property that maps a std::vector<tlp::Size> value to graph elements |
Ctlp::SortEdgeIterator | This Iterator sorts the edges in a sequence based on their values in a NumericProperty |
Ctlp::SortExtremitiesEdgeIterator | This Iterator sorts the edges based on the values of their extremities nodes in a NumericProperty |
Ctlp::SortNodeIterator | This Iterator sorts the nodes in a sequence based on their values in a NumericProperty |
Ctlp::SortSourceEdgeIterator | This Iterator sorts the edges based on the values of their source nodes in a NumericProperty |
Ctlp::SortTargetEdgeIterator | This Iterator sorts the edges based on the values of their target nodes in a NumericProperty |
Ctlp::StringVectorProperty | A graph property that maps a std::vector<std::string> value to graph elements |
Ctlp::TulipFontAwesome | Helper class for the configuration of a Font Awesome glyph |
Ctlp::TulipMaterialDesignIcons | Helper class for the configuration of a Material Design Icon glyph |
Ctlp::TulipProject | The TulipProject object handles the content of a Tulip project |
►Ctlp::WithDependency | Describes the dependencies of a plug-in on other plug-ins, identified by their name and their version number |
►Ctlp::Plugin | Top-level interface for plug-ins |
►Ctlp::Algorithm | This abstract class describes a basic algorithm plugin |
►Ctlp::PropertyAlgorithm | A non-template interface for tlp::TemplateAlgorithm |
►Ctlp::TemplateAlgorithm< tlp::BooleanProperty > | |
Ctlp::BooleanAlgorithm | The boolean algorithm takes a graph as input and output its results as a tlp::BooleanProperty |
►Ctlp::TemplateAlgorithm< tlp::ColorProperty > | |
Ctlp::ColorAlgorithm | The color algorithm takes a graph as input and output its results as a tlp::ColorProperty |
►Ctlp::TemplateAlgorithm< tlp::DoubleProperty > | |
Ctlp::DoubleAlgorithm | The double algorithm takes a graph as input and output its results as a tlp::DoubleProperty |
►Ctlp::TemplateAlgorithm< tlp::IntegerProperty > | |
Ctlp::IntegerAlgorithm | The integer algorithm takes a graph as input and output its results as a tlp::IntegerProperty |
►Ctlp::TemplateAlgorithm< tlp::LayoutProperty > | |
Ctlp::LayoutAlgorithm | The layout algorithm takes a graph as input and output its results as a tlp::LayoutProperty |
►Ctlp::TemplateAlgorithm< tlp::SizeProperty > | |
Ctlp::SizeAlgorithm | The size algorithm takes a graph as input and output its results as a tlp::SizeProperty |
►Ctlp::TemplateAlgorithm< tlp::StringProperty > | |
Ctlp::StringAlgorithm | The string algorithm takes a graph as input and output its results as a tlp::StringProperty |
Ctlp::TemplateAlgorithm< Property > | The TemplateAlgorithm class describes a plugin that can operate on a single graph's property |
►Ctlp::Interactor | Interactor provides a way to handle user inputs over a view. Basically, The interactor class is an overlay to the Qt's event filtering mechanism. It adds several features like the ability to define priorities, custom cursors, etc |
►Ctlp::InteractorComposite | |
►Ctlp::GLInteractorComposite | Behaves like a InteractorComposite but is meant to store GLInteractorComponent |
Ctlp::NodeLinkDiagramComponentInteractor | Tulip interactor abstract class for NodeLinkDiagramComponent |
Ctlp::Perspective | A Perspective is a Tulip plugin that completely re-defines the user interface |
Ctlp::View | View plugins provide a way to dynamically add to a Tulip plateform various ways to visualize a graph |
►Ctlp::WithParameter | This class describes parameters on a plug-in |
Ctlp::Plugin | Top-level interface for plug-ins |