ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VtkUtils::ActorExporter Class Reference

#include <actorexporter.h>

Inheritance diagram for VtkUtils::ActorExporter:
Collaboration diagram for VtkUtils::ActorExporter:

Public Member Functions

 ActorExporter (vtkActor *actor, const QString &file)
 
void run ()
 

Protected Attributes

vtkActor * m_actor = nullptr
 
QString m_exportFile
 

Detailed Description

Definition at line 18 of file actorexporter.h.

Constructor & Destructor Documentation

◆ ActorExporter()

VtkUtils::ActorExporter::ActorExporter ( vtkActor *  actor,
const QString &  file 
)

Definition at line 19 of file actorexporter.cpp.

Member Function Documentation

◆ run()

void VtkUtils::ActorExporter::run ( )

Definition at line 24 of file actorexporter.cpp.

References m_actor, m_exportFile, and VTK_CREATE.

Member Data Documentation

◆ m_actor

vtkActor* VtkUtils::ActorExporter::m_actor = nullptr
protected

Definition at line 25 of file actorexporter.h.

Referenced by run().

◆ m_exportFile

QString VtkUtils::ActorExporter::m_exportFile
protected

Definition at line 26 of file actorexporter.h.

Referenced by run().


The documentation for this class was generated from the following files: