Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
pcl5output.h File Reference

JawsMako PCL5 Output. More...

Include dependency graph for pcl5output.h:

Go to the source code of this file.

Classes

class  JawsMako::IPCL5Output
 Interface for the PCL5 IOutput class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPCL5Output(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPCL5Output)

Detailed Description

JawsMako PCL5 Output.

Macro Definition Documentation

◆ obj2IPCL5Output

#define obj2IPCL5Output ( obj)
Value:
IPCL5OutputPtr(dynamic_cast<IPCL5Output *>((IRCObject *) (obj)), true)
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35