Blender  V3.3
Public Member Functions | Public Attributes | List of all members
SnapData_Mesh Struct Reference

Public Member Functions

void clear ()
 
 ~SnapData_Mesh ()
 

Public Attributes

BVHTreebvhtree [2]
 
bool cached [2]
 
BVHTreeFromMesh treedata_mesh
 
const MPolypoly
 
bool has_looptris
 
bool has_loose_edge
 
bool has_loose_vert
 

Detailed Description

Definition at line 64 of file transform_snap_object.cc.

Constructor & Destructor Documentation

◆ ~SnapData_Mesh()

SnapData_Mesh::~SnapData_Mesh ( )
inline

Definition at line 88 of file transform_snap_object.cc.

References clear().

Member Function Documentation

◆ clear()

void SnapData_Mesh::clear ( )
inline

Member Data Documentation

◆ bvhtree

BVHTree* SnapData_Mesh::bvhtree[2]

Definition at line 66 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get(), and snapMesh().

◆ cached

bool SnapData_Mesh::cached[2]

Definition at line 67 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get(), and snapMesh().

◆ has_looptris

bool SnapData_Mesh::has_looptris

Definition at line 73 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get().

◆ has_loose_edge

bool SnapData_Mesh::has_loose_edge

Definition at line 74 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get(), and snapMesh().

◆ has_loose_vert

bool SnapData_Mesh::has_loose_vert

Definition at line 75 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get(), and snapMesh().

◆ poly

const MPoly* SnapData_Mesh::poly

Definition at line 72 of file transform_snap_object.cc.

Referenced by snap_object_data_mesh_get().

◆ treedata_mesh

BVHTreeFromMesh SnapData_Mesh::treedata_mesh

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