Mako 8.4.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
pwgoutput.h File Reference

JawsMako PWG Output. More...

Include dependency graph for pwgoutput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPWGOutput
 Interface for the PWG Raster IOutput class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPWGOutput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPWGOutput)

Detailed Description

JawsMako PWG Output.

Macro Definition Documentation

◆ obj2IPWGOutput

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