MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / real

Method real

IPL/src/IPLComplexImage.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135ipl_basetype IPLComplexImage::real(int x, int y)
136{
137 return (ipl_basetype) _plane[x][y].real();
138}
139
140ipl_basetype IPLComplexImage::imag(int x, int y)
141{

Callers 3

processInputDataMethod · 0.80
processInputDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected