|
Blender V4.3
|
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 () |
| 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) |
Definition at line 20 of file blender/volume.cpp.
|
inline |
Definition at line 22 of file blender/volume.cpp.
References mesh_texture_space(), texspace_loc, and texspace_size.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 159 of file blender/volume.cpp.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 29 of file blender/volume.cpp.
References ATTR_STD_VOLUME_COLOR, ATTR_STD_VOLUME_DENSITY, ATTR_STD_VOLUME_FLAME, ATTR_STD_VOLUME_HEAT, ATTR_STD_VOLUME_TEMPERATURE, ATTR_STD_VOLUME_VELOCITY, b_domain, ImageMetaData::channels, ImageMetaData::depth, get_int3(), ImageMetaData::height, IMAGE_DATA_TYPE_FLOAT, IMAGE_DATA_TYPE_FLOAT4, texspace_loc, texspace_size, ImageMetaData::transform_3d, transform_scale(), transform_translate(), ImageMetaData::type, ImageMetaData::use_transform_3d, ImageMetaData::width, int3::x, int3::y, and int3::z.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 74 of file blender/volume.cpp.
References ATTR_STD_VOLUME_COLOR, ATTR_STD_VOLUME_DENSITY, ATTR_STD_VOLUME_FLAME, ATTR_STD_VOLUME_HEAT, ATTR_STD_VOLUME_TEMPERATURE, ATTR_STD_VOLUME_VELOCITY, b_domain, get_int3(), length(), Attribute::standard_name(), int3::x, int3::y, and int3::z.
|
inlineoverridevirtual |
Implements ImageLoader.
Definition at line 154 of file blender/volume.cpp.
References Attribute::standard_name().
| AttributeStandard BlenderSmokeLoader::attribute |
Definition at line 167 of file blender/volume.cpp.
Referenced by equals().
| BL::FluidDomainSettings BlenderSmokeLoader::b_domain |
Definition at line 165 of file blender/volume.cpp.
Referenced by equals(), load_metadata(), and load_pixels().
| float3 BlenderSmokeLoader::texspace_loc |
Definition at line 166 of file blender/volume.cpp.
Referenced by BlenderSmokeLoader(), and load_metadata().
| float3 BlenderSmokeLoader::texspace_size |
Definition at line 166 of file blender/volume.cpp.
Referenced by BlenderSmokeLoader(), and load_metadata().