#include <SHT.h>
Definition at line 12 of file SHT.h.
◆ SHT() [1/3]
◆ SHT() [2/3]
| SHT::SHT |
( |
std::span< const std::byte > | shtData | ) |
|
|
explicit |
◆ SHT() [3/3]
| SHT::SHT |
( |
const std::filesystem::path & | shtPath | ) |
|
|
explicit |
◆ bake() [1/2]
| std::vector< std::byte > SHT::bake |
( |
| ) |
const |
|
nodiscard |
◆ bake() [2/2]
| bool SHT::bake |
( |
const std::filesystem::path & | shtPath | ) |
const |
◆ getFrameBoundsCount()
| uint8_t SHT::getFrameBoundsCount |
( |
| ) |
const |
|
nodiscard |
◆ getSequenceFromID() [1/2]
◆ getSequenceFromID() [2/2]
| const SHT::Sequence * SHT::getSequenceFromID |
( |
uint32_t | id | ) |
const |
|
nodiscard |
◆ getSequences() [1/2]
◆ getSequences() [2/2]
◆ getVersion()
| uint32_t SHT::getVersion |
( |
| ) |
const |
|
nodiscard |
◆ operator bool()
| SHT::operator bool |
( |
| ) |
const |
|
explicitnodiscard |
◆ setVersion()
| void SHT::setVersion |
( |
uint32_t | v | ) |
|
◆ opened
Definition at line 68 of file SHT.h.
◆ sequences
| std::vector<Sequence> vtfpp::SHT::sequences |
|
protected |
Definition at line 71 of file SHT.h.
◆ version
| uint32_t vtfpp::SHT::version = 0 |
|
protected |
Definition at line 70 of file SHT.h.
The documentation for this class was generated from the following files: