TTK
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ttkOFFReader Class Reference

ttkOFFReader - Object File Format Reader More...

#include <ttkOFFReader.h>

Inheritance diagram for ttkOFFReader:
ttk::Debug ttk::BaseClass

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (std::ostream &os, vtkIndent indent) override
 
virtual void SetFileName (const char *)
 
virtual char * GetFileName ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static ttkOFFReaderSafeDownCast (vtkObject *o)
 
static ttkOFFReaderNew ()
 

Protected Member Functions

 ttkOFFReader ()
 
 ~ttkOFFReader () override=default
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
- Protected Member Functions inherited from ttk::Debug
int printMsgInternal (const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsgInternal (const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const
 
int welcomeMsg (std::ostream &stream)
 
 Debug ()
 
 ~Debug () override
 
virtual int setDebugLevel (const int &debugLevel)
 
int setWrapper (const Wrapper *wrapper) override
 
int printMsg (const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printErr (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printWrn (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
void setDebugMsgPrefix (const std::string &prefix)
 
- Protected Member Functions inherited from ttk::BaseClass
 BaseClass ()
 
virtual ~BaseClass ()=default
 
int getThreadNumber () const
 
virtual int setThreadNumber (const int threadNumber)
 
virtual int setWrapper (const Wrapper *wrapper)
 

Additional Inherited Members

- Protected Attributes inherited from ttk::Debug
int debugLevel_
 
std::string debugMsgPrefix_
 
std::string debugMsgNamePrefix_
 
- Protected Attributes inherited from ttk::BaseClass
bool lastObject_
 
int threadNumber_
 
Wrapperwrapper_
 
- Static Protected Attributes inherited from ttk::Debug
static COMMON_EXPORTS debug::LineMode lastLineMode = ttk::debug::LineMode::NEW
 

Detailed Description

ttkOFFReader - Object File Format Reader

Author
Charles Gueunet charl.nosp@m.es.g.nosp@m.ueune.nosp@m.t@ki.nosp@m.tware.nosp@m..com
Date
December 2017.

Load an .off file into VTK format

Note: This reader is not able to deal with comment on the file

Definition at line 18 of file ttkOFFReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridAlgorithm ttkOFFReader::Superclass

Definition at line 21 of file ttkOFFReader.h.

Constructor & Destructor Documentation

◆ ttkOFFReader()

ttkOFFReader::ttkOFFReader ( )
protected

Definition at line 36 of file ttkOFFReader.cpp.

◆ ~ttkOFFReader()

ttkOFFReader::~ttkOFFReader ( )
overrideprotecteddefault

Member Function Documentation

◆ GetClassName()

virtual const char * ttkOFFReader::GetClassName ( )
virtual

◆ GetFileName()

virtual char * ttkOFFReader::GetFileName ( )
virtual

◆ IsA()

virtual int ttkOFFReader::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int ttkOFFReader::IsTypeOf ( const char *  type)
static

◆ New()

static ttkOFFReader * ttkOFFReader::New ( )
static

◆ PrintSelf()

void ttkOFFReader::PrintSelf ( std::ostream &  os,
vtkIndent  indent 
)
override

Definition at line 25 of file ttkOFFReader.cpp.

◆ RequestData()

int ttkOFFReader::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
overrideprotected

Definition at line 137 of file ttkOFFReader.cpp.

◆ SafeDownCast()

static ttkOFFReader * ttkOFFReader::SafeDownCast ( vtkObject *  o)
static

◆ SetFileName()

virtual void ttkOFFReader::SetFileName ( const char *  )
virtual

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