Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idompath.h File Reference
#include <edl/edltypes.h>
#include <edl/edlgeom.h>
#include <edl/iedlobject.h>
#include <edl/idomnode.h>
#include <edl/idomshape.h>
#include <edl/idombrush.h>
#include <edl/idomtarget.h>
#include <edl/edlblend.h>
#include <edl/idompathgeometry.h>
#include <edl/idomedgemode.h>
#include <edl/edlrenderingintent.h>
#include <edl/edlblackpointcompensation.h>
Include dependency graph for idompath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMPathNode
 Interface to an EDL path node. A path node specifies a geometry that can be filled or stroked with a brush. More...
class  IDOMPathNode::Data
 Initialization data. More...

Macros

#define IDOMPathNodeClassID   0xF0E21B7F, 0x89174e0e, 0x90DD88A5, 0x89D6F6BE
#define edlobj2IDOMPathNode(src)
#define dom2IDOMPathNode(src)

Functions

 DECL_SMART_PTR (IDOMPathNode)

Macro Definition Documentation

◆ dom2IDOMPathNode

#define dom2IDOMPathNode ( src)
Value:
dom2NodeType<IDOMPathNode, eDOMPathNode>(src)

◆ edlobj2IDOMPathNode

#define edlobj2IDOMPathNode ( src)
Value:
edl_cast((IDOMPathNode *)NULL, src)
Interface to an EDL path node. A path node specifies a geometry that can be filled or stroked with a ...
Definition idompath.h:42
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IDOMPathNodeClassID

#define IDOMPathNodeClassID   0xF0E21B7F, 0x89174e0e, 0x90DD88A5, 0x89D6F6BE

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IDOMPathNode )