File indexing completed on 2026-04-09 07:49:11
0001 #pragma once
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 struct NP ;
0015 struct float4 ;
0016 template <typename T> struct QTex ;
0017 #include "plog/Severity.h"
0018
0019 #include "QUDARAP_API_EXPORT.hh"
0020
0021 struct QUDARAP_API QTexMaker
0022 {
0023 static const plog::Severity LEVEL ;
0024 static QTex<float4>* Make2d_f4( const NP* icdf, char filterMode, bool normalizedCoords );
0025 static QTex<float4>* Make2d_f4_( const NP* a, char filterMode, bool normalizedCoords );
0026 };
0027
0028