open_iA 2025.6
Loading...
Searching...
No Matches
iADataSetRendererImpl.cpp File Reference
#include "iADataSetRendererImpl.h"
#include "iAMainWindow.h"
#include "iAValueTypeVectorHelpers.h"
#include "iADefaultSettings.h"
#include <iAPolyData.h>
#include <iAAABB.h>
#include <iAMathUtility.h>
#include <vtkActor.h>
#include <vtkCallbackCommand.h>
#include <vtkGlyph3DMapper.h>
#include <vtkPolyDataMapper.h>
#include <vtkPointData.h>
#include <vtkPlane.h>
#include <vtkProperty.h>
#include <vtkRenderer.h>
#include <vtkSphereSource.h>
#include <vtkTubeFilter.h>
#include <QColor>
#include <QVector>
#include "iAGeometricObject.h"

Classes

class  iAGraphRendererSettings
 Encapsulates the specifics of the settings of a graph renderer. More...
 
class  iAPolyActorRendererSettings
 Encapsulates the specifics of the settings of a surface mesh renderer. More...
 

Functions

int mapPolyRepStrToVtk (QString const &rep)
 

Variables

constexpr char GraphRendererName [] = "Default Settings/Dataset Renderer: Graph"
 
constexpr char SurfaceRendererName [] = "Default Settings/Dataset Renderer: Surface"
 

Function Documentation

◆ mapPolyRepStrToVtk()

int mapPolyRepStrToVtk ( QString const & rep)

Variable Documentation

◆ GraphRendererName

char GraphRendererName[] = "Default Settings/Dataset Renderer: Graph"
inlineconstexpr

◆ SurfaceRendererName

char SurfaceRendererName[] = "Default Settings/Dataset Renderer: Surface"
inlineconstexpr