OGS
|
Simply wraps vtkDataSetMapper as a Qt object to enable slot connections.
Definition at line 21 of file QVtkDataSetMapper.h.
#include <QVtkDataSetMapper.h>
Public Slots | |
virtual void | SetScalarVisibility (bool on) |
Sets the scalar visibility on this mapper. | |
void | SetScalarVisibility (int on) override |
Public Member Functions | |
vtkTypeMacro (QVtkDataSetMapper, vtkDataSetMapper) | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Prints information about itself. | |
Static Public Member Functions | |
static QVtkDataSetMapper * | New () |
Create new objects with New() because of VTKs reference counting. | |
Protected Member Functions | |
QVtkDataSetMapper () | |
Constructor. | |
~QVtkDataSetMapper () override | |
Destructor. | |
Private Member Functions | |
QVtkDataSetMapper (const QVtkDataSetMapper &) | |
void | operator= (const QVtkDataSetMapper &) |
|
protected |
|
overrideprotecteddefault |
Destructor.
|
private |
|
static |
Create new objects with New() because of VTKs reference counting.
Referenced by VtkVisPointSetItem::Initialize().
|
private |
|
override |
Prints information about itself.
Definition at line 26 of file QVtkDataSetMapper.cpp.
|
virtualslot |
Sets the scalar visibility on this mapper.
Definition at line 31 of file QVtkDataSetMapper.cpp.
Referenced by SetScalarVisibility(), and VtkVisPointSetItem::SetScalarVisibility().
|
inlineoverrideslot |
Definition at line 37 of file QVtkDataSetMapper.h.
References SetScalarVisibility().
QVtkDataSetMapper::vtkTypeMacro | ( | QVtkDataSetMapper | , |
vtkDataSetMapper | ) |