Blender V5.0
PTCacheFile Struct Reference

#include <BKE_pointcache.h>

Public Attributes

FILE * fp
int frame
int old_format
unsigned int totpoint
unsigned int type
unsigned int data_types
unsigned int flag
struct PTCacheData data
void * cur [BPHYS_TOT_DATA]

Detailed Description

Definition at line 91 of file BKE_pointcache.h.

Member Data Documentation

◆ cur

void* PTCacheFile::cur[BPHYS_TOT_DATA]

Definition at line 99 of file BKE_pointcache.h.

◆ data

struct PTCacheData PTCacheFile::data

Definition at line 98 of file BKE_pointcache.h.

◆ data_types

unsigned int PTCacheFile::data_types

Definition at line 96 of file BKE_pointcache.h.

◆ flag

unsigned int PTCacheFile::flag

Definition at line 96 of file BKE_pointcache.h.

◆ fp

FILE* PTCacheFile::fp

Definition at line 92 of file BKE_pointcache.h.

◆ frame

int PTCacheFile::frame

Definition at line 94 of file BKE_pointcache.h.

◆ old_format

int PTCacheFile::old_format

Definition at line 94 of file BKE_pointcache.h.

◆ totpoint

unsigned int PTCacheFile::totpoint

Definition at line 95 of file BKE_pointcache.h.

◆ type

unsigned int PTCacheFile::type

Definition at line 95 of file BKE_pointcache.h.


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