DATAKIT SDK  V2026.3
dtk_UsdReader.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef _UTIL_USD_READER_HPP_
3 #define _UTIL_USD_READER_HPP_
4 
5 #include <util/dtk_reader.hpp>
6 
7 class UsdReader : public Dtk_Reader
8 {
9 public :
10  virtual ~UsdReader() = 0;
11  static Dtk_bool Enable();
13 };
14 
15 
16 #endif
17 
Dtk_Reader
Definition: dtk_reader.hpp:15
Dtk_bool
char Dtk_bool
Definition: define.h:724
UsdReader::GetSearchPathEngine
void * GetSearchPathEngine()
UsdReader::~UsdReader
virtual ~UsdReader()=0
UsdReader
Definition: dtk_UsdReader.hpp:8
UsdReader::Enable
static Dtk_bool Enable()
dtk_reader.hpp