Blender V4.5
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 87 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 99 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 101 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 105 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 103 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 97 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 95 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 107 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 93 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: