HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDK_Sample::EUC_Point Class Reference

#include <EUC_Object.h>

+ Inheritance diagram for HDK_Sample::EUC_Point:

Public Member Functions

 EUC_Point ()
 
 EUC_Point (const UT_Vector2 &pos)
 
 ~EUC_Point () override
 
EUC_ObjType getType () const override
 
const UT_Vector2getPos () const
 
void setPos (const UT_Vector2 &pos)
 
- Public Member Functions inherited from HDK_Sample::EUC_Object
 EUC_Object ()
 
virtual ~EUC_Object ()
 
void setLook (bool visible, const UT_Vector3 &cd)
 
bool getVisible () const
 
UT_Vector3 getColor () const
 

Protected Attributes

UT_Vector2 myPos
 
- Protected Attributes inherited from HDK_Sample::EUC_Object
bool myVisible
 
UT_Vector3 myCd
 

Detailed Description

Examples:
euclid/EUC_Expression.C.

Definition at line 61 of file EUC_Object.h.

Constructor & Destructor Documentation

EUC_Point::EUC_Point ( )
Examples:
euclid/EUC_Object.C, and euclid/EUC_Object.h.

Definition at line 57 of file EUC_Object.C.

EUC_Point::EUC_Point ( const UT_Vector2 pos)

Definition at line 62 of file EUC_Object.C.

EUC_Point::~EUC_Point ( )
override
Examples:
euclid/EUC_Object.h.

Definition at line 67 of file EUC_Object.C.

Member Function Documentation

const UT_Vector2& HDK_Sample::EUC_Point::getPos ( ) const
inline
Examples:
euclid/EUC_Object.h.

Definition at line 70 of file EUC_Object.h.

EUC_ObjType HDK_Sample::EUC_Point::getType ( ) const
inlineoverridevirtual

Implements HDK_Sample::EUC_Object.

Examples:
euclid/EUC_Object.h.

Definition at line 68 of file EUC_Object.h.

void HDK_Sample::EUC_Point::setPos ( const UT_Vector2 pos)
inline
Examples:
euclid/EUC_Object.h.

Definition at line 71 of file EUC_Object.h.

Member Data Documentation

UT_Vector2 HDK_Sample::EUC_Point::myPos
protected
Examples:
euclid/EUC_Object.h.

Definition at line 74 of file EUC_Object.h.


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