Public Member Functions | Public Attributes

PatchCapVert Class Reference

Search for all occurrences

Detailed Description

See also:
Shape Capping Types.
Description:
Patch cap vertices. These can be original vertices from the BezierShape or new free vertices in the center of the BezierShape. All methods of this class are implemented by the system.
Data Members:
int type;

Capping types supported. See Shape Capping Types.

int poly;

The polygon number (ORIGINAL or EDGE)

int index;

The index of the vertex (ORIGINAL) or the segment for the EDGE vertex

#include <captypes.h>

Inheritance diagram for PatchCapVert:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  PatchCapVert ()
  PatchCapVert (int t, int p, int i)

Public Attributes

int  type
int  poly
int  index

Constructor & Destructor Documentation

PatchCapVert ( ) [inline]
Remarks:
Constructor. No initialization is performed.
{}
PatchCapVert ( int  t,
int  p,
int  i 
) [inline]
Remarks:
Constructor. The data members are initialized to the values passed.
{ type=t; poly=p; index=i; }

Member Data Documentation

int type
int poly
int index

PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert
PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert PatchCapVert