Blender V4.5
BlenderSmokeLoader Class Reference

Inherits ImageLoader.

Public Member Functions

 BlenderSmokeLoader (BL::Object &b_ob, AttributeStandard attribute)
bool load_metadata (const ImageDeviceFeatures &, ImageMetaData &metadata) override
bool load_pixels (const ImageMetaData &, void *pixels, const size_t, const bool) override
string name () const override
bool equals (const ImageLoader &other) const override
Public Member Functions inherited from ImageLoader
 ImageLoader ()
virtual ~ImageLoader ()=default
virtual ustring osl_filepath () const
virtual int get_tile_number () const
virtual void cleanup ()
virtual bool is_vdb_loader () const

Public Attributes

BL::FluidDomainSettings b_domain
float3 texspace_loc
float3 texspace_size
AttributeStandard attribute

Additional Inherited Members

Static Public Member Functions inherited from ImageLoader
static bool equals (const ImageLoader *a, const ImageLoader *b)

Detailed Description

Definition at line 18 of file blender/volume.cpp.

Constructor & Destructor Documentation

◆ BlenderSmokeLoader()

BlenderSmokeLoader::BlenderSmokeLoader ( BL::Object & b_ob,
AttributeStandard attribute )
inline

Member Function Documentation

◆ equals()

bool BlenderSmokeLoader::equals ( const ImageLoader & other) const
inlineoverridevirtual

Implements ImageLoader.

Definition at line 161 of file blender/volume.cpp.

References attribute, b_domain, BlenderSmokeLoader(), and ImageLoader::ImageLoader().

◆ load_metadata()

◆ load_pixels()

bool BlenderSmokeLoader::load_pixels ( const ImageMetaData & ,
void * pixels,
const size_t ,
const bool  )
inlineoverridevirtual

◆ name()

string BlenderSmokeLoader::name ( ) const
inlineoverridevirtual

Implements ImageLoader.

Definition at line 156 of file blender/volume.cpp.

References attribute, and Attribute::standard_name().

Member Data Documentation

◆ attribute

AttributeStandard BlenderSmokeLoader::attribute

Definition at line 169 of file blender/volume.cpp.

Referenced by BlenderSmokeLoader(), equals(), load_metadata(), load_pixels(), and name().

◆ b_domain

BL::FluidDomainSettings BlenderSmokeLoader::b_domain

Definition at line 167 of file blender/volume.cpp.

Referenced by BlenderSmokeLoader(), equals(), load_metadata(), and load_pixels().

◆ texspace_loc

float3 BlenderSmokeLoader::texspace_loc

Definition at line 168 of file blender/volume.cpp.

Referenced by BlenderSmokeLoader(), and load_metadata().

◆ texspace_size

float3 BlenderSmokeLoader::texspace_size

Definition at line 168 of file blender/volume.cpp.

Referenced by BlenderSmokeLoader(), and load_metadata().


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