Tramway SDK v0.1.1
Classes | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
tram::Audio::SoundGraph Class Reference

#include <graph.h>

Inheritance diagram for tram::Audio::SoundGraph:
tram::Resource

Classes

struct  Node
 

Public Member Functions

 SoundGraph (name_t name)
 
void LoadFromDisk ()
 
void LoadFromMemory ()
 
void Unload ()
 
- Public Member Functions inherited from tram::Resource
 Resource (name_t name)
 
Resource::Status GetStatus () const
 
name_t GetName () const
 
size_t GetReferences () const
 
bool IsLoadFailed () const
 
void AddReference ()
 
void RemoveReference ()
 
void Load ()
 

Static Public Member Functions

static FilterParameters LookupFilter (vec3 position)
 
static SoundGraphFind (name_t name)
 

Protected Attributes

std::vector< Nodenodes
 
std::vector< std::pair< uint32_t, uint32_t > > edges
 
- Protected Attributes inherited from tram::Resource
Status status = UNLOADED
 
name_t name
 
bool load_fail = false
 
size_t references = 0
 

Additional Inherited Members

- Public Types inherited from tram::Resource
enum  Status { UNLOADED , LOADED , READY }
 

Constructor & Destructor Documentation

◆ SoundGraph()

tram::Audio::SoundGraph::SoundGraph ( name_t  name)
inline

Member Function Documentation

◆ Find()

SoundGraph * SoundGraph::Find ( name_t  name)
static

◆ LoadFromDisk()

void SoundGraph::LoadFromDisk ( )
virtual

Implements tram::Resource.

◆ LoadFromMemory()

void tram::Audio::SoundGraph::LoadFromMemory ( )
inlinevirtual

Implements tram::Resource.

◆ LookupFilter()

FilterParameters SoundGraph::LookupFilter ( vec3  position)
static

◆ Unload()

void tram::Audio::SoundGraph::Unload ( )
inlinevirtual

Implements tram::Resource.

Member Data Documentation

◆ edges

std::vector<std::pair<uint32_t, uint32_t> > tram::Audio::SoundGraph::edges
protected

◆ nodes

std::vector<Node> tram::Audio::SoundGraph::nodes
protected

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