Blender V4.3
blender::bke::subdiv::SubdivStats Struct Reference

#include <BKE_subdiv.hh>

Public Attributes

union { 
 
   struct { 
 
      double   topology_refiner_creation_time 
 
      double   subdiv_to_mesh_time 
 
      double   subdiv_to_mesh_geometry_time 
 
      double   evaluator_creation_time 
 
      double   evaluator_refine_time 
 
      double   subdiv_to_ccg_time 
 
      double   subdiv_to_ccg_elements_time 
 
      double   topology_compare_time 
 
   }  
 
   double   values_ [NUM_SUBDIV_STATS_VALUES
 
};  
 
double begin_timestamp_ [NUM_SUBDIV_STATS_VALUES]
 

Detailed Description

Definition at line 88 of file BKE_subdiv.hh.

Member Data Documentation

◆ [union]

◆ begin_timestamp_

double blender::bke::subdiv::SubdivStats::begin_timestamp_[NUM_SUBDIV_STATS_VALUES]

◆ evaluator_creation_time

double blender::bke::subdiv::SubdivStats::evaluator_creation_time

Definition at line 100 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ evaluator_refine_time

double blender::bke::subdiv::SubdivStats::evaluator_refine_time

Definition at line 102 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ subdiv_to_ccg_elements_time

double blender::bke::subdiv::SubdivStats::subdiv_to_ccg_elements_time

Definition at line 106 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ subdiv_to_ccg_time

double blender::bke::subdiv::SubdivStats::subdiv_to_ccg_time

Definition at line 104 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ subdiv_to_mesh_geometry_time

double blender::bke::subdiv::SubdivStats::subdiv_to_mesh_geometry_time

Definition at line 98 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ subdiv_to_mesh_time

double blender::bke::subdiv::SubdivStats::subdiv_to_mesh_time

Definition at line 96 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ topology_compare_time

double blender::bke::subdiv::SubdivStats::topology_compare_time

Definition at line 108 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ topology_refiner_creation_time

double blender::bke::subdiv::SubdivStats::topology_refiner_creation_time

Definition at line 94 of file BKE_subdiv.hh.

Referenced by blender::bke::subdiv::stats_init().

◆ values_

double blender::bke::subdiv::SubdivStats::values_[NUM_SUBDIV_STATS_VALUES]

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