HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TsTest_SplineData::Knot Struct Reference

#include <tsTest_SplineData.h>

Public Member Functions

 Knot ()
 
 Knot (const Knot &other)
 
Knotoperator= (const Knot &other)
 
bool operator== (const Knot &other) const
 
bool operator!= (const Knot &other) const
 
bool operator< (const Knot &other) const
 

Public Attributes

double time = 0
 
InterpMethod nextSegInterpMethod = InterpHeld
 
double value = 0
 
bool isDualValued = false
 
double preValue = 0
 
double preSlope = 0
 
double postSlope = 0
 
double preLen = 0
 
double postLen = 0
 
bool preAuto = false
 
bool postAuto = false
 

Detailed Description

Definition at line 85 of file tsTest_SplineData.h.

Constructor & Destructor Documentation

TsTest_SplineData::Knot::Knot ( )
TsTest_SplineData::Knot::Knot ( const Knot other)

Member Function Documentation

bool TsTest_SplineData::Knot::operator!= ( const Knot other) const
bool TsTest_SplineData::Knot::operator< ( const Knot other) const
Knot& TsTest_SplineData::Knot::operator= ( const Knot other)
bool TsTest_SplineData::Knot::operator== ( const Knot other) const

Member Data Documentation

bool TsTest_SplineData::Knot::isDualValued = false

Definition at line 90 of file tsTest_SplineData.h.

InterpMethod TsTest_SplineData::Knot::nextSegInterpMethod = InterpHeld

Definition at line 88 of file tsTest_SplineData.h.

bool TsTest_SplineData::Knot::postAuto = false

Definition at line 97 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::postLen = 0

Definition at line 95 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::postSlope = 0

Definition at line 93 of file tsTest_SplineData.h.

bool TsTest_SplineData::Knot::preAuto = false

Definition at line 96 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::preLen = 0

Definition at line 94 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::preSlope = 0

Definition at line 92 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::preValue = 0

Definition at line 91 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::time = 0

Definition at line 87 of file tsTest_SplineData.h.

double TsTest_SplineData::Knot::value = 0

Definition at line 89 of file tsTest_SplineData.h.


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