OMC::DrawingVectorJoint Class Reference

Detailed Description

The joint defined by the begginning, end or intersection of a stroke.

Public Member Functions

OMC::DrawingVectorArtLayerdrawing () const
 Returns the OMC::DrawingVectorArtLayer* object that owns this joint. More...
 
OMC::DrawingVectorArtLayerlayer () const
 Returns the OMC::DrawingVectorLayer* object that owns this joint. More...
 
OMC::DrawingVectorStrokestroke () const
 Returns the OMC::DrawingVectorStroke* object to which this joint is related. More...
 
OMC::DrawingVectorJointright () const
 Returns the OMC::DrawingVectorJoint* object at a right turn to this joint. More...
 
OMC::DrawingVectorJointleft () const
 Returns the OMC::DrawingVectorJoint* object at a left turn to this joint. More...
 
OMC::DrawingVectorJointjoint_opposite () const
 Returns the OMC::DrawingVectorJoint* object at the other extremity of this joint's stroke. More...
 

Public Attributes

QList< OMC::DrawingVectorContour * > contours
 The list of contours shared by the joint.
 
int degree
 The degree of the joint.
 
QString extremity
 The joint extremity at the current stroke. Valid extremities are "Head" and "Tail".
 
bool empty
 True if the joint is empty.
 
OMC::Point2dposition
 
OMC::DrawingVectorColourcolour_inside
 The colour of the inside of the joint. More...
 
OMC::DrawingVectorColourcolour_outside
 The colour of the outside of the joint. More...
 
OMC::Vector2dtangent
 The tangent of the joint. More...
 

Member Function Documentation

◆ drawing()

OMC::DrawingVectorArtLayer* OMC::DrawingVectorJoint::drawing ( ) const

Returns the OMC::DrawingVectorArtLayer* object that owns this joint.

Returns
The OMC::DrawingVectorArtLayer* object that owns the joint.

◆ joint_opposite()

OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::joint_opposite ( ) const

Returns the OMC::DrawingVectorJoint* object at the other extremity of this joint's stroke.

Returns
The OMC::DrawingVectorJoint* object at a left turn to this joint.

◆ layer()

OMC::DrawingVectorArtLayer* OMC::DrawingVectorJoint::layer ( ) const

Returns the OMC::DrawingVectorLayer* object that owns this joint.

Returns
The OMC::DrawingVectorLayer* object that owns the joint.

◆ left()

OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::left ( ) const

Returns the OMC::DrawingVectorJoint* object at a left turn to this joint.

Returns
The OMC::DrawingVectorJoint* object at a left turn to this joint.

◆ right()

OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::right ( ) const

Returns the OMC::DrawingVectorJoint* object at a right turn to this joint.

Returns
The OMC::DrawingVectorJoint* object at a right turn to this joint.

◆ stroke()

OMC::DrawingVectorStroke* OMC::DrawingVectorJoint::stroke ( ) const

Returns the OMC::DrawingVectorStroke* object to which this joint is related.

Returns
The OMC::DrawingVectorStroke* object to which this joint is related.

Member Data Documentation

◆ colour_inside

OMC::DrawingVectorJoint::colour_inside

The colour of the inside of the joint.

Provides the color of the inside of the joint as a DrawingVectorColour*.

Returns
Provides the OMC::DrawingVectorColour* of the inside of the contour.

◆ colour_outside

OMC::DrawingVectorJoint::colour_outside

The colour of the outside of the joint.

Provides the color of the outside of the joint as a DrawingVectorColor*.

Returns
Provides the OMC::DrawingVectorColour* of the outside of the contour.

◆ position

OMC::DrawingVectorJoint::position

The OMC::Point2d* position of the joint in the drawing layer.

◆ tangent

OMC::DrawingVectorJoint::tangent

The tangent of the joint.

Provides the tangent of the joint, as provided by the current stroke at the given extremity.

Returns
Provides the OMC::MathVector2d* of the outside of the joint.
Inheritance diagram for OMC::DrawingVectorJoint:
Collaboration diagram for OMC::DrawingVectorJoint: