OmniSciDB
94e8789169
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
num_pixel_channels | |
num_pixel_samples | |
pixels | |
row_ids_A | |
row_ids_B | |
table_ids | |
accum_data | |
accum_depth | |
Private Attributes | |
__dict__ | |
Attributes: - num_pixel_channels - num_pixel_samples - pixels - row_ids_A - row_ids_B - table_ids - accum_data - accum_depth
def omnisci.thrift.ttypes.TRawRenderPassDataResult.__init__ | ( | self, | |
num_pixel_channels = None , |
|||
num_pixel_samples = None , |
|||
pixels = None , |
|||
row_ids_A = None , |
|||
row_ids_B = None , |
|||
table_ids = None , |
|||
accum_data = None , |
|||
accum_depth = None |
|||
) |
Definition at line 4419 of file ttypes.py.
def omnisci.thrift.ttypes.TRawRenderPassDataResult.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TRawRenderPassDataResult.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TRawRenderPassDataResult.read | ( | self, | |
iprot | |||
) |
Definition at line 4429 of file ttypes.py.
References omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_data, omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_depth, omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels, omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples, omnisci.thrift.ttypes.TRawRenderPassDataResult.pixels, omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_A, omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_B, and omnisci.thrift.ttypes.TRawRenderPassDataResult.table_ids.
def omnisci.thrift.ttypes.TRawRenderPassDataResult.validate | ( | self | ) |
def omnisci.thrift.ttypes.TRawRenderPassDataResult.write | ( | self, | |
oprot | |||
) |
Definition at line 4483 of file ttypes.py.
References omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_data, omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_depth, omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels, omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples, omnisci.thrift.ttypes.TRawRenderPassDataResult.pixels, omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_A, omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_B, and omnisci.thrift.ttypes.TRawRenderPassDataResult.table_ids.
|
private |
omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_data |
Definition at line 4426 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.accum_depth |
Definition at line 4427 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels |
Definition at line 4420 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples |
Definition at line 4421 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.pixels |
Definition at line 4422 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_A |
Definition at line 4423 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.row_ids_B |
Definition at line 4424 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().
omnisci.thrift.ttypes.TRawRenderPassDataResult.table_ids |
Definition at line 4425 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRawRenderPassDataResult.read(), and omnisci.thrift.ttypes.TRawRenderPassDataResult.write().