dcurve Struct Reference

#include <ssi_dsearch.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 88 of file ssi_dsearch.hpp.


Constructor & Destructor Documentation

dcurve ( const point2 l,
const point2 r,
const point3 i 
)

Definition at line 6 of file ssi_dsearch_dcurve.cpp.

References dcurve::inter, dcurve::left, dcurve::owner, dcurve::right, and dcurve::size.

00007   {
00008     owner = this;
00009     left.push_back(l);
00010     right.push_back(r);
00011     inter.push_back(i);
00012     size = 1;
00013   };

dcurve ( const point2 l0,
const point2 l1,
const point2 r0,
const point2 r1,
const point3 i0,
const point3 i1 
)

Definition at line 15 of file ssi_dsearch_dcurve.cpp.

References dcurve::inter, dcurve::left, dcurve::owner, dcurve::right, and dcurve::size.

00017   {
00018     owner = this;
00019     left.push_back(l0);
00020     left.push_back(l1);
00021     right.push_back(r0);
00022     right.push_back(r1);
00023     inter.push_back(i0);
00024     inter.push_back(i1);
00025     size = 2;
00026   };


Member Data Documentation

unsigned size

Definition at line 90 of file ssi_dsearch.hpp.

Referenced by mmx::ssi::append(), dcurve::dcurve(), and mmx::ssi::prepend().


The documentation for this struct was generated from the following files:

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1