#include <iostream>#include "lvr2/types/Channel.hpp"#include "lvr2/types/VariantChannel.hpp"#include "lvr2/types/VariantChannelMap.hpp"#include "lvr2/types/MultiChannelMap.hpp"#include "lvr2/types/BaseBuffer.hpp"#include "lvr2/algorithm/BaseBufferManipulators.hpp"
Go to the source code of this file.
Functions | |
| void | basicChannelUsage () |
| Basic Channel Usage. More... | |
| void | channelManagerUsage () |
| void | compileTimeFunctionsUsage () |
| template<typename T > | |
| void | fillChannel (Channel< T > &channel, T value) |
| int | main (int argc, const char **argv) |
| void | manipulatorUsage () |
| void | multiChannelMapUsage () |
| void basicChannelUsage | ( | ) |
Basic Channel Usage.
1) Channels
2) Variant Channels
Definition at line 30 of file examples/channels/Main.cpp.
| void channelManagerUsage | ( | ) |
Definition at line 194 of file examples/channels/Main.cpp.
| void compileTimeFunctionsUsage | ( | ) |
Definition at line 344 of file examples/channels/Main.cpp.
| void fillChannel | ( | Channel< T > & | channel, |
| T | value | ||
| ) |
Definition at line 16 of file examples/channels/Main.cpp.
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 378 of file examples/channels/Main.cpp.
| void manipulatorUsage | ( | ) |
Definition at line 283 of file examples/channels/Main.cpp.
| void multiChannelMapUsage | ( | ) |
MultiChannelMap
Definition at line 82 of file examples/channels/Main.cpp.