Public Member Functions | Public Attributes

MNVert Class Reference

Search for all occurrences

Detailed Description

The vertex class used with the MNMesh mesh.

MNVerts have a Point3 location and flags.

#include <mnmesh.h>

Inheritance diagram for MNVert:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  MNVert ()
  Initializes the MNVert.
DllExport MNVert operator= (const MNVert &from)
  Assignment operator.
bool  operator== (const MNVert &from)
  Comparison operator.

Public Attributes

Point3  p
  The location of the vertex.
int  orig

Constructor & Destructor Documentation

MNVert ( ) [inline]

Initializes the MNVert.

{ orig = -1; }

Member Function Documentation

DllExport MNVert& operator= ( const MNVert from )

Assignment operator.

Copies over all data from "from".

bool operator== ( const MNVert from ) [inline]

Comparison operator.

{ return (from.p==p)&&(from.ExportFlags()==ExportFlags()); }

Member Data Documentation

The location of the vertex.

int orig
Deprecated:
Original point this vert comes from

MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert
MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert MNVert