BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
BioImager.DModel Class Reference

Public Member Functions

bool Initialize (Device device, BioImage im)
 
void ShutDown ()
 
void Render (DeviceContext deviceContext)
 

Properties

int IndexCount [get, set]
 

Detailed Description

Definition at line 7 of file DModel.cs.

Constructor & Destructor Documentation

◆ DModel()

BioImager.DModel.DModel ( )

Definition at line 16 of file DModel.cs.

16{ }

Member Function Documentation

◆ Initialize()

bool BioImager.DModel.Initialize ( Device  device,
BioImage  im 
)

Definition at line 19 of file DModel.cs.

20 {
21 // Initialize the vertex and index buffer that hold the geometry for the triangle.
22 return InitializeBuffer(device, im);
23 }

◆ Render()

void BioImager.DModel.Render ( DeviceContext  deviceContext)

Definition at line 29 of file DModel.cs.

30 {
31 // Put the vertex and index buffers on the graphics pipeline to prepare for drawings.
32 RenderBuffers(deviceContext);
33 }

◆ ShutDown()

void BioImager.DModel.ShutDown ( )

Definition at line 24 of file DModel.cs.

25 {
26 // Release the vertex and index buffers.
27 ShutDownBuffers();
28 }

Property Documentation

◆ IndexCount

int BioImager.DModel.IndexCount
getset

Definition at line 13 of file DModel.cs.

13{ get; set; }

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