Home
last modified time | relevance | path

Searched refs:SetFileName (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/viz/src/
Dvizcore.cpp182 vtkXYZWriter::SafeDownCast(writer)->SetFileName(file.c_str()); in writeCloud()
187 vtkPLYWriter::SafeDownCast(writer)->SetFileName(file.c_str()); in writeCloud()
194 vtkOBJWriter::SafeDownCast(writer)->SetFileName(file.c_str()); in writeCloud()
212 vtkXYZReader::SafeDownCast(reader)->SetFileName(file.c_str()); in readCloud()
218 vtkPLYReader::SafeDownCast(reader)->SetFileName(file.c_str()); in readCloud()
223 vtkOBJReader::SafeDownCast(reader)->SetFileName(file.c_str()); in readCloud()
228 vtkSTLReader::SafeDownCast(reader)->SetFileName(file.c_str()); in readCloud()
Dtypes.cpp63 reader->SetFileName(file.c_str()); in load()
Dwidget.cpp90 reader->SetFileName(file_name.c_str()); in fromPlyFile()
/external/opencv3/modules/viz/src/vtk/
DvtkXYZReader.cpp61 this->SetFileName(0); in ~vtkXYZReader()
DvtkVizInteractorStyle.cpp96 snapshot_writer->SetFileName(file.c_str()); in saveScreenshot()
110 vtkVRMLExporter::SafeDownCast(exporter)->SetFileName(file.c_str()); in exportScene()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp748 virtual void SetFileName(char* pFileName) = 0;
1049 virtual void SetFileName(char* /*DataBaseName*/){}; in SetFileName() function in CvBlobTrackAnalysis
/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp405 void CPDF_FileSpec::SetFileName(const CFX_WideStringC& wsFileName, in SetFileName() function in CPDF_FileSpec
Ddoc_form.cpp1060 filespec.SetFileName(pdf_path); in ExportToFDF()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h334 void SetFileName(const CFX_WideStringC& wsFileName, FX_BOOL bURL = FALSE);
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2535 virtual HRESULT WINAPI SetFileName(LPCOLESTR pszFileName,const AM_MEDIA_TYPE *pmt) = 0;
2544 …HRESULT (WINAPI *SetFileName)(IFileSinkFilter *This,LPCOLESTR pszFileName,const AM_MEDIA_TYPE *pmt…
2555 #define IFileSinkFilter_SetFileName(This,pszFileName,pmt) (This)->lpVtbl->SetFileName(This,pszFileN…
2584 …HRESULT (WINAPI *SetFileName)(IFileSinkFilter2 *This,LPCOLESTR pszFileName,const AM_MEDIA_TYPE *pm…
2597 #define IFileSinkFilter2_SetFileName(This,pszFileName,pmt) (This)->lpVtbl->SetFileName(This,pszFile…