![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <actorexporter.h>


Public Member Functions | |
| ActorExporter (vtkActor *actor, const QString &file) | |
| void | run () |
Protected Attributes | |
| vtkActor * | m_actor = nullptr |
| QString | m_exportFile |
Definition at line 18 of file actorexporter.h.
| VtkUtils::ActorExporter::ActorExporter | ( | vtkActor * | actor, |
| const QString & | file | ||
| ) |
Definition at line 19 of file actorexporter.cpp.
| void VtkUtils::ActorExporter::run | ( | ) |
Definition at line 24 of file actorexporter.cpp.
References m_actor, m_exportFile, and VTK_CREATE.
|
protected |
Definition at line 25 of file actorexporter.h.
Referenced by run().
|
protected |
Definition at line 26 of file actorexporter.h.
Referenced by run().