MeshKit  1.0
QTrack Struct Reference

#include <Mesh.hpp>

List of all members.

Public Member Functions

bool operator== (const QTrack &rhs) const
bool operator< (const QTrack &rhs) const
void advance (int endat)

Public Attributes

Meshmesh
NodeSequence sequence

Static Public Attributes

static const int END_AT_TERMINALS = 0
static const int END_AT_CROSSINGS = 1

Private Member Functions

int advance_single_step (int endat)

Detailed Description

Definition at line 2012 of file Mesh.hpp.


Member Function Documentation

void advance ( int  endat)

Definition at line 4251 of file Mesh.cpp.

int advance_single_step ( int  endat) [private]

Definition at line 4194 of file Mesh.cpp.

bool operator< ( const QTrack rhs) const [inline]

Definition at line 2035 of file Mesh.hpp.

bool operator== ( const QTrack rhs) const [inline]

Definition at line 2020 of file Mesh.hpp.


Member Data Documentation

const int END_AT_CROSSINGS = 1 [static]

Definition at line 2014 of file Mesh.hpp.

const int END_AT_TERMINALS = 0 [static]

Definition at line 2013 of file Mesh.hpp.

Definition at line 2016 of file Mesh.hpp.

Definition at line 2018 of file Mesh.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines