Blender  V2.93
Public Attributes | List of all members
OpenVDBRemeshData Struct Reference

#include <openvdb_capi.h>

Public Attributes

floatverts
 
unsigned int * faces
 
int totfaces
 
int totverts
 
floatout_verts
 
unsigned int * out_faces
 
unsigned int * out_tris
 
int out_totverts
 
int out_totfaces
 
int out_tottris
 
int filter_type
 
enum OpenVDBLevelSet_FilterType filter_bias
 
enum OpenVDBLevelSet_FilterBias filter_width
 
float voxel_size
 
float isovalue
 
float adaptivity
 
int relax_disoriented_triangles
 

Detailed Description

Definition at line 74 of file openvdb_capi.h.

Member Data Documentation

◆ adaptivity

float OpenVDBRemeshData::adaptivity

Definition at line 92 of file openvdb_capi.h.

◆ faces

unsigned int* OpenVDBRemeshData::faces

Definition at line 76 of file openvdb_capi.h.

◆ filter_bias

enum OpenVDBLevelSet_FilterType OpenVDBRemeshData::filter_bias

Definition at line 86 of file openvdb_capi.h.

◆ filter_type

int OpenVDBRemeshData::filter_type

Definition at line 86 of file openvdb_capi.h.

◆ filter_width

enum OpenVDBLevelSet_FilterBias OpenVDBRemeshData::filter_width

Definition at line 86 of file openvdb_capi.h.

◆ isovalue

float OpenVDBRemeshData::isovalue

Definition at line 91 of file openvdb_capi.h.

◆ out_faces

unsigned int* OpenVDBRemeshData::out_faces

Definition at line 81 of file openvdb_capi.h.

◆ out_totfaces

int OpenVDBRemeshData::out_totfaces

Definition at line 84 of file openvdb_capi.h.

◆ out_tottris

int OpenVDBRemeshData::out_tottris

Definition at line 85 of file openvdb_capi.h.

◆ out_totverts

int OpenVDBRemeshData::out_totverts

Definition at line 83 of file openvdb_capi.h.

◆ out_tris

unsigned int* OpenVDBRemeshData::out_tris

Definition at line 82 of file openvdb_capi.h.

◆ out_verts

float* OpenVDBRemeshData::out_verts

Definition at line 80 of file openvdb_capi.h.

◆ relax_disoriented_triangles

int OpenVDBRemeshData::relax_disoriented_triangles

Definition at line 93 of file openvdb_capi.h.

◆ totfaces

int OpenVDBRemeshData::totfaces

Definition at line 77 of file openvdb_capi.h.

◆ totverts

int OpenVDBRemeshData::totverts

Definition at line 78 of file openvdb_capi.h.

◆ verts

float* OpenVDBRemeshData::verts

Definition at line 75 of file openvdb_capi.h.

◆ voxel_size

float OpenVDBRemeshData::voxel_size

Definition at line 90 of file openvdb_capi.h.


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