Public Member Functions | Public Attributes

PatchCapVec Class Reference

Search for all occurrences

Detailed Description

class PatchCapVec

Description:
Patch cap vectors. When a patch cap is generated, new interior vectors will be generated within the patch, and patch edges within the cap will have new vectors. Patch edges along the edges of the originating bezier shape will use existing vectors. This class provides information on which is which. All methods of this class are implemented by the system.
Data Members:
int type;

Capping types supported. See Shape Capping Types.

int poly;

Polygon number for ORIGINAL

int index;

Index for ORIGINAL or into newVecs table.

#include <captypes.h>

Inheritance diagram for PatchCapVec:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  PatchCapVec ()
  PatchCapVec (int t, int p, int i)

Public Attributes

int  type
int  poly
int  index

Constructor & Destructor Documentation

PatchCapVec ( ) [inline]
Remarks:
Constructor. No initialization is performed.
{}
PatchCapVec ( 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

PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec
PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec PatchCapVec