Gin
Public Member Functions | Public Attributes | List of all members
MSEG::Data Struct Reference

Public Member Functions

void toValueTree (juce::ValueTree v)
 
void fromValueTree (const juce::ValueTree &v)
 
void reset ()
 

Public Attributes

juce::Array< Pointpoints
 
int numPoints = 0
 
int maxPoints = 200
 
int startIndex = 0
 
int endIndex = 2
 

Member Function Documentation

◆ toValueTree()

void MSEG::Data::toValueTree ( juce::ValueTree  v)

References endIndex, numPoints, points, and startIndex.

◆ fromValueTree()

void MSEG::Data::fromValueTree ( const juce::ValueTree &  v)

◆ reset()

void MSEG::Data::reset ( )

References endIndex, numPoints, points, and startIndex.

Referenced by fromValueTree(), and MSEG::MSEG().

Member Data Documentation

◆ points

juce::Array<Point> MSEG::Data::points

◆ numPoints

int MSEG::Data::numPoints = 0

◆ maxPoints

int MSEG::Data::maxPoints = 200

Referenced by MSEG::getMaxPoints(), and MSEG::MSEG().

◆ startIndex

int MSEG::Data::startIndex = 0

◆ endIndex

int MSEG::Data::endIndex = 2

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