OGS
QVtkDataSetMapper.cpp
Go to the documentation of this file.
1
15// ** INCLUDES **
16#include "QVtkDataSetMapper.h"
17
18#include <vtkObjectFactory.h>
19
21
23
25
26void QVtkDataSetMapper::PrintSelf(ostream& os, vtkIndent indent)
27{
28 this->Superclass::PrintSelf(os, indent);
29}
30
32{
33 vtkDataSetMapper::SetScalarVisibility(static_cast<int>(on));
34}
vtkStandardNewMacro(QVtkDataSetMapper)
Definition of the QVtkDataSetMapper class.
Simply wraps vtkDataSetMapper as a Qt object to enable slot connections.
virtual void SetScalarVisibility(bool on)
Sets the scalar visibility on this mapper.
void PrintSelf(ostream &os, vtkIndent indent) override
Prints information about itself.
~QVtkDataSetMapper() override
Destructor.
QVtkDataSetMapper()
Constructor.