MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / Table

Method Table

shared/wavetable.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37//----Table----
38template<typename T>
39Table<T>::Table(int size) : m_Size(size), m_Table((size_t)size+2), m_interp(1), m_wrap(1), m_shape(0)
40{
41 init_shape(0);
42}
43
44template<typename T>
45Table<T>::Table(int size, int type) : m_Size(size), m_Table((size_t)size+2), m_interp(1), m_wrap(1), m_shape(type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected