#include <hyp.data.vertex.h>
Inheritance diagram for CGeometricVertex::
Common Functions | |
See the Hyperion Pattern. | |
CGeometricVertex (hyp_ker::IUnknown *) | |
virtual | ~CGeometricVertex () |
virtual hyp_DECLARE_IUNKNOWN hyp_ker::com_result | NondelegatingQueryInterface (const hyp_ker::hypIID &, void **) |
hyp_ker::com_result | CreateInstance (hyp_ker::IUnknown *,hyp_ker::CUnknown **) |
INode Implementation | |
virtual t_real | GetCoord (const t_size &) const |
virtual void | SetCoord (const t_real &, const t_size &) |
virtual bool | IsVisible () const |
virtual void | Visible (bool bVisible) |
CLSID_hypCGeometricVertex
{196913E8-18BD-11d5-A08F-0080AD97951B}
hyp_ker::com_result CGeometricVertex::NondelegatingQueryInterface(const hyp_ker::hypIID& iid,void** ppv) { if(iid==IID_hypIGeometricVertex) { return FinishQI(static_cast<IGeometricVertex*>(this),ppv); } else { return CUnknown::NondelegatingQueryInterface(iid,ppv); } } //DOXYTAG
|
Gets one of the coordinates of the vertex.
Reimplemented from IGeometricVertex. |
|
Checks if the vertex has a visible property. The Visible Property could be interpreted differently by several implementation. Reimplemented from IGeometricVertex. |
|
Sets one of the coordiantes of the vertex.
Reimplemented from IGeometricVertex. |
|
Sets the visble property of the vertex.
Reimplemented from IGeometricVertex. |
|
|